Modifier and Type | Method and Description |
---|---|
static CL.LogLevel |
CL.LogLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CL.LogLevel[] |
CL.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
CL.setLogLevel(CL.LogLevel logLevel)
Set the specified log level for the library.
|