LOGGINGLEVEL
Overview
The LOGGINGLEVEL
class defines script constants for application output logging levels.
Constants Summarized
Constants Detailed
DEBUG
Logging level.
Type Number
Sample
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