enum sap/base/Log.Level

Control sample: module:sap/base/Log.Level
Visiblity: public
Available since: N/A
Module: sap/base/Log
Application Component:

Enumeration of the configurable log levels that a Logger should persist to the log.

Only if the current LogLevel is higher than the level module:sap/base/Log.Level of the currently added log entry, then this very entry is permanently added to the log. Otherwise it is ignored.


Properties Overview

Node Description
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