Child pages
  • LOGGINGLEVEL
Skip to end of metadata
Go to start of metadata


Constants Summery
Number #DEBUG
Logging level.
Number #ERROR
Logging level.
Number #FATAL
Logging level.
Number #INFO
Logging level.
Number #WARNING
Logging level.

Constants Details
DEBUG
Logging level.
Returns
Number
Sample
application.output('my message',APP_LOG_LEVEL.DEBUG)
ERROR
Logging level.
Returns
Number
Sample
application.output('my message',APP_LOG_LEVEL.ERROR)
FATAL
Logging level.
Returns
Number
Sample
application.output('my message',APP_LOG_LEVEL.FATAL)
INFO
Logging level.
Returns
Number
Sample
application.output('my message',APP_LOG_LEVEL.INFO)
WARNING
Logging level.
Returns
Number
Sample
application.output('my message',APP_LOG_LEVEL.WARNING)
  • No labels