| 
       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)
       | 
       The log entry type determines what information is logged. Each log entry type generates at least some output. This is the default.
       | 
| 
       3 (Verbose)
       | 
       The log entry type determines what information is logged. Includes the information generated at levels 1 and 2.
       | 
| 
       4 (Extended)
       | 
       The log entry type determines what information is logged.
       |