Logging level.

Static variables

@:value(0)staticfinalread onlyTRACE:Int = 0

Trace logging level.

This level enables all logging.

@:value(10)staticfinalread onlyDEBUG:Int = 10

Debug logging level.

This level enables all logging except tracing.

@:value(20)staticfinalread onlyINFO:Int = 20

Info logging level.

This level enables logging for information, warnings, errors and fatal errors.

@:value(30)staticfinalread onlyWARN:Int = 30

Warn logging level.

This level enables logging for warnings, errors and fatal errors.

@:value(40)staticfinalread onlyERROR:Int = 40

Error logging level.

This level enables logging for errors and fatal errors.

@:value(50)staticfinalread onlyFATAL:Int = 50

Fatal logging level.

This level enables logging for fatal errors only.