enum jQuery.sap.log.Level

Control sample: jQuery.sap.log.Level
Visiblity: public
Available since: N/A
Module: jquery.sap.global
Application Component: CA-UI5-COR

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.



References:


Properties Overview

Node Description
jQuery.sap.log.Level.ALL

Trace level to log everything.

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