Logging level
|
Description
|
0 (None)
|
Logs no entries. This is equivalent to turning logging off.
|
1 (Errors)
|
Logs OpenEdge error messages. This includes all error messages and is unrelated to the entry types specified. Errors continue to be logged at all higher levels.
|
2 (Basic)
|
Log entry type determines the logged information. Each log entry type generates at least some output. This is the default.
|
3 (Verbose)
|
Logs more verbose levels of information than the basic level.
|
4 (Extended)
|
Extends the verbose logging level and, typically, the log information includes minute details or expands on the level of information provided by lower logging levels.
|