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

Refresh page Mar 19, 2024 02:03

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

ERROR

Logging level.

Returns

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

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

INFO

Logging level.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

WARNING

Logging level.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

  • No labels