Log level category
|
Value
|
Description
|
---|---|---|
None
|
0
|
This level is generally unused.
|
Info
|
1
|
Like the Trace level, the Info level is used for debugging. Trace level logs describe events in the program execution, both those that fail and those that succeed. Success logs are useful when determining the action sequence.
|
Warning
|
2
|
Indicates that an abnormal or undesired event has occurred. Warnings do not result in an error, but may describe the events leading up to an error.
|
Error
|
4
|
Indicates that an abnormal, undesired, or unexpected event has occurred. Errors are handled by the program and do not result in program termination, but may describe the events that lead up to an event that causes a program to terminate.
|
Fatal
|
8
|
Indicates that an abnormal or unexpected error has occurred and this has resulted in program termination.
|
Trace
|
16
|
Low-level debug log. Trace logs describe everything noteworthy in the program execution for use by developers when debugging. By default, trace logs are disabled.
|
Metric
|
32
|
Used for monitoring transactions. For example, Metric level logs can be used to indicate when an interview or question starts and ends.
|
Script
|
64
|
Indicates that the log entry contains a message added by the interview script.
|
User4
|
128
|
|
User5
|
256
|
|
User6
|
512
|
|
User7
|
1024
|
|
User8
|
2048
|
|
User9
|
4096
|
|
User10
|
8192
|
|
User11
|
16384
|
|
User12
|
32768
|
|
All
|
65535
|
|