class ConsoleLogLevel
package com.lightstreamer.log
import com.lightstreamer.log.ConsoleLoggerProvider
Logging level.
Static variables
staticfinalread onlyDEBUG:Int = 10
Debug logging level.
This level enables all logging except tracing.
staticfinalread onlyINFO:Int = 20
Info logging level.
This level enables logging for information, warnings, errors and fatal errors.
staticfinalread onlyWARN:Int = 30
Warn logging level.
This level enables logging for warnings, errors and fatal errors.
staticfinalread onlyERROR:Int = 40
Error logging level.
This level enables logging for errors and fatal errors.
staticfinalread onlyFATAL:Int = 50
Fatal logging level.
This level enables logging for fatal errors only.