LOGGINGLEVEL

Constants Summary

TypeNameSummary

Logging level..

Logging level..

Logging level..

Logging level..

Logging level..

Constants Details

DEBUG

Logging level.

Returns Number

Sample

application.output('my message',LOGGINGLEVEL.DEBUG)

ERROR

Logging level.

Returns Number

Sample

application.output('my message',LOGGINGLEVEL.ERROR)

FATAL

Logging level. This level will for the most part be mapped on ERROR, because of java loggign api's

Returns Number

Sample

application.output('my message',LOGGINGLEVEL.FATAL)

INFO

Logging level.

Returns Number

Sample

application.output('my message',LOGGINGLEVEL.INFO)

WARNING

Logging level.

Returns Number

Sample

application.output('my message',LOGGINGLEVEL.WARNING)

Last updated