LOGGINGLEVEL

Overview

The LOGGINGLEVEL class defines script constants for application output logging levels.

Constants Summarized

Type
Name
Summary

Logging level.

Logging level.

Logging level.

Logging level.

Logging level.

Constants Detailed

DEBUG

Logging level.

Type Number

Sample

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

ERROR

Logging level.

Type Number

Sample

FATAL

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

Type Number

Sample

INFO

Logging level.

Type Number

Sample

WARNING

Logging level.

Type Number

Sample


Last updated

Was this helpful?