Defines possible logging levels.
Property of Log
Object
Properties
Property | Description |
---|---|
ALL | Enable all logging |
TRACE | Designates information useful in subsystem debugging. |
DEBUG | Designates information useful in application debugging. |
INFO | Designates information regarding processing request issued by subsystem's user. |
WARN | Designates potentially harmful situation. |
ERROR | Designates error |
FATAL | Designates fatal error |
OFF | Disable all logging |
![]() | Levels are ordered. TRACE < DEBUG < INFO < WARN < ERROR < FATAL. |