This page was last edited on May 28, 2020, at 05:05.
Comments or questions about this documentation? Contact us for support!
Value |
Description |
---|---|
stdout
|
Log events are sent to the Standard output.
|
network
|
Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database.
Setting the all log level option to the network output enables an application to send log events of the Standard, Interaction, and Trace levels to Message Server. Debug-level log events are neither sent to Message Server nor stored in the Log Database.
|
[filename]
|
Log events are stored in a file with the specified name. If a path and filename are not specified, the file is created in the application's working directory. |
Specifies the maximum number of log files to be kept.
Specifies the maximum number of logs in the log message queue.
Specifies the maximum log file size in kilobytes.
Value |
Description |
---|---|
stdout
|
Log events are sent to the Standard output.
|
network
|
Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database.
|
[filename]
|
Log events are stored in a file with the specified name. If a path and filename are not specified, the file is created in the application's working directory. |
Value |
Description |
---|---|
stdout
|
Log events are sent to the Standard output.
|
network
|
Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database.
|
[filename]
|
Log events are stored in a file with the specified name. If a path and filename are not specified, the file is created in the application's working directory. |
Value |
Description |
---|---|
all
|
All log events (that is, log events of the Standard, Trace, Interaction, and Debug levels) are generated.
|
debug
|
The same as all.
|
trace
|
Log events of the Trace level and higher (that is, log events of the Standard, Interaction, and Trace levels) are generated, but log events of the Debug level are not generated.
|
interaction
|
Log events of the Interaction level and higher (that is, log events of the Standard and Interaction levels) are generated, but log events of the Trace and Debug levels are not generated.
|
standard
|
The same as interaction.
|
none
|
No output is produced. |
Determines whether a log output is created. If it is, specifies the minimum level of log events generated. The log events levels, starting with the highest priority level, are Standard, Interaction, Trace, and Debug.