Parameters You Can Use with the General Log
The following describes the parameters that you can use with the General Log with Siebel CRM Desktop.
Parameter | Description |
---|---|
enable |
You can use one of the following values:
To disable the general log, you must use the Windows Registry. You cannot use the Logging Configuration dialog box. For more information, see Assigning Logging Profiles for Siebel CRM Desktop. |
log_level |
Defines logging verbosity. You can use one of the following integers:
For more information, see Setting Logging Verbosity. |
out_file |
You can include a string that identifies the file name for the general log. For example, assume you use the following value:
In this example, the first file name is log.0000.txt,
the second file name is log.0001.txt, and so on. If you do not include
the out_file parameter, then Siebel CRM Desktop uses |
enable_dbg_window |
You can use one of the following values:
|
enable_cout |
You can use one of the following values:
|
max_size_bytes |
You can use an integer that sets the maximum number of bytes that a single log file can contain. For example, if you set max_size_bytes to 10485760 bytes, and if the current log reaches 10485760 in size, then Siebel CRM Desktop creates a new log file. This behavior is similar to setting the rotate_on_start_only parameter to 0. |
reuse_not_exceeded |
Determines the file that Siebel CRM Desktop uses when a new logging session starts. You can use one of the following values:
|
rotate_on_start_only |
Log file rotation is a configuration that Siebel CRM Desktop uses to prevent log files from growing indefinitely. You can use one of the following values:
|
file_count |
An integer that specifies the maximum number of rotated log files. |
initial_erase |
You can use one of the following values:
|
time_format |
A string that specifies the date and dime format in the log files. You can use one of the following values:
Nanoseconds or microseconds are available only if the system clock allows nanoseconds or microseconds. If the system clock does not allow nanoseconds or microseconds, and if you specify nanoseconds or microseconds, then Siebel CRM Desktop pads the value that it creates for the log entry with zeros. |
log_format |
A string that specifies the logging message format. You can use one of the following values:
|
starter |
A string that specifies the first message that Siebel CRM Desktop adds to the log file when it starts logging. For example:
|
finisher |
A string that specifies the last message that Siebel CRM Desktop adds to the log file when it stops logging. For example:
If a log does not include the finisher message, then it indicates that Siebel CRM Desktop stopped logging abnormally. |