-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classLogLevel.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description VERBOSEAll messages including verbose output will be logged.
DEBUGDebug, informational, warning, error, and fatal messages will be logged.
INFOInformational, warning, error, and fatal messages will be logged.
WARNWarning, error, and fatal messages will be logged. This is the default log level.
ERRORError and fatal messages will be logged.
FATALOnly fatal error messages will be logged.
NONENo logging will be output.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-