-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Comparable
public enum AgamaLogLevel
The Agama process Log level
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INFO
Informational messages that highlight the Agama process.
DEBUG
Detailed messages that are useful to debug the Agama process.
WARNING
Designates potential harmful messages from the Agama process.
ERROR
Designates error events that might still allow the Agama process to continue.
FATAL
Designates severe error events that will abort the Agama process.
-
Method Summary
Modifier and Type Method Description static Array<AgamaLogLevel>
values()
static AgamaLogLevel
valueOf(String name)
-
-
Method Detail
-
values
static Array<AgamaLogLevel> values()
-
valueOf
static AgamaLogLevel valueOf(String name)
-
-
-
-