Supported Clients
SmartClient
WebClient
NGClient

Constants Summary
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

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

ERROR

Logging level.

Returns

Number

Supported Clients

SmartClient,WebClient,NGClient

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

INFO

Logging level.

Returns

Number

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

WARNING

Logging level.

Returns

Number

Supported Clients

SmartClient,WebClient,NGClient

Sample

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