Namespace jQuery.sap.log.LevelModule: jquery.sap.global


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

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

Field Detail
jQuery.sap.log.Level.DEBUG
Debug level. Use this for logging information necessary for debugging
jQuery.sap.log.Level.ERROR
Error level. Use this for logging of erroneous but still recoverable situations
jQuery.sap.log.Level.FATAL
Fatal level. Use this for logging unrecoverable situations
jQuery.sap.log.Level.INFO
Info level. Use this for logging information of purely informative nature
jQuery.sap.log.Level.NONE
Do not log anything
jQuery.sap.log.Level.TRACE
Trace level. Use this for tracing the program flow.
jQuery.sap.log.Level.WARNING
Warning level. Use this for logging unwanted but foreseen situations