﻿##################################################################################
#
#    IBM Common Licensing (ICL) Serviceability Logs Configuration File
#    -----------------------------------------------------------------
#
#    This file provides various options to control the logging done by ICL
#    client libraries. Each of the options below is  mandatory. A value
#    for them must be supplied or a default value will be used.
#
#    "Location" -- This option points to the directory where the log files are stored.
#                  The value should be a fully qualified path to the directory.
#
#                  The length of the path to the location must not exceed more 
#                  than 255 characters or else the default values will be used.
#
#                  The default value is the location where the application is
#                  run.
#
#    "Product"  -- This option points to the name of the licensed product. It is 
#                  used to form the log file name. The value should be an 
#                  alphanumeric string.
#
#                  Any '"' characters in the value will be removed. Any other
#                  non-alphanumeric character will be replaced by '_'.
#
#                  The length of a file search path formed by concatenating the values
#                  of the "Location", "Product" and "Version", and including the
#                  path separators, must not exceed more than 235 characters or else 
#                  the default values will be used.
#
#                  The length of the product name itself must not exceed 230 characters.
#
#                  The default value is "Sample".
#
#    "Version"  -- This option points to the version of the licensed product. It is 
#                  used to form the log file name. The value should be an 
#                  alphanumeric string.
#
#                  Any '"' characters in the value will be removed. Any other
#                  non-alphanumeric character will be replaced by '_'.
#
#                  The length of a file search path formed by concatenating the values
#                  of the "Location", "Product" and "Version", and including the
#                  path separators, must not exceed more than 235 characters or else 
#                  the default values will be used.
#
#                  The length of the product version itself must not exceed 15 characters.
#
#                  The default value is "1.0".
#
#    "Size"     -- This option points to the maximum size of the log files. The value
#                  should be a positive integer specifying a limit in mega bytes.
#
#                  If the current log file exceeds the size limit, the existing
#                  log will be archived and a new file will be created to record
#                  the latest data.
#
#                  The default value is 30 MB.
#
#    "LogLevel" -- This option points to the level of logging required for log
#                  messages. This allows only desired types of data to be collected
#                  based on user preferences.
#
#                  The set of possible values for this option is as follows:
#
#                  1 = Fatal - Logs fatal and trace messages.
#                  2 = Error - Logs error, fatal and trace messages.
#                  3 = Warning - Logs error, warning, fatal and trace messages.
#                  4 = Info - Logs all messages.
#
#                  The default value is Error (2). 
#                  
#   "TraceLevel" --
#                  This option points to the level of logging required for trace
#                  messages. This allows only desired types of data to be collected
#                  based on user preferences.
#
#                  The set of possible values for this option is as follows:
#
#                  5 = Trace_Min - Logs important trace messages.
#                  6 = Trace_Max - Logs all trace messages.
#
#                  The default value is Trace_Min (5).
#
#    "MaxFiles" -- This option will point to the maximum number of log files
#                  that can exist at any point of time. The value should be a
#                  positive integer.
#
#                  If the number of files present in the log directory exceeds
#                  the value of this parameter, the first file is  deleted
#                  and a new file is  created for the next set of logs.
#
#                  The default value is 5.
#
#    "EnableLogging" 
#              --  This option indicates whether logging is enabled.
#
#                  The set of possible values for this option is as follows.
#
#                  1 = Yes
#                  0 = No
#
#                  The default value is Yes (1).
#
#    "EnableTracing" 
#              --  This option indicates whether tracing is enabled.
#
#                  The set of possible values for this option is as follows.
#
#                  1 = Yes
#                  0 = No
#
#                  The default value is No (0).
#

Location =
Product =
Version = 
Size = 
LogLevel = 
TraceLevel = 
MaxFiles = 
EnableLogging =
EnableTracing =