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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

Refresh page Apr 28, 2024 14:21

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',APP_LOG_LEVEL.DEBUG)

ERROR

Logging level.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

application.output('my message',APP_LOG_LEVEL.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',APP_LOG_LEVEL.FATAL)

INFO

Logging level.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

WARNING

Logging level.

Returns

Supported Clients

SmartClient,WebClient,NGClient

Sample

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

  • No labels