module:sap/base/Log.Level.ALL
|
Trace level to log everything.
|
module:sap/base/Log.Level.DEBUG
|
Debug level. Use this for logging information necessary for debugging
|
module:sap/base/Log.Level.ERROR
|
Error level. Use this for logging of erroneous but still recoverable situations
|
module:sap/base/Log.Level.FATAL
|
Fatal level. Use this for logging unrecoverable situations
|
module:sap/base/Log.Level.INFO
|
Info level. Use this for logging information of purely informative nature
|
module:sap/base/Log.Level.NONE
|
Do not log anything
|
module:sap/base/Log.Level.TRACE
|
Trace level. Use this for tracing the program flow.
|
module:sap/base/Log.Level.WARNING
|
Warning level. Use this for logging unwanted but foreseen situations
|