public static final class Configuration.LogLevel extends Enum
An enum containing log level constants.
Modifier and Type | Field and Description |
---|---|
static Configuration.LogLevel |
DEBUG
Indicates that debug, info, warn and fatal log events will be logged.
|
static Configuration.LogLevel |
FATAL
Indicates that only fatal log events will be logged.
|
static Configuration.LogLevel |
INFO
Indicates that info, warn and fatal log events will be logged.
|
static Configuration.LogLevel |
NONE
Indicates that no log events will be logged.
|
static Configuration.LogLevel |
PERFORMANCE
Indicates that all log events will be logged.
|
static Configuration.LogLevel |
WARN
Indicates that warn and fatal log events will be logged.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.LogLevel |
valueOf(String name) |
static Configuration.LogLevel[] |
values() |
public static final Configuration.LogLevel DEBUG
Indicates that debug, info, warn and fatal log events will be logged.
public static final Configuration.LogLevel FATAL
Indicates that only fatal log events will be logged.
public static final Configuration.LogLevel INFO
Indicates that info, warn and fatal log events will be logged.
public static final Configuration.LogLevel NONE
Indicates that no log events will be logged.
public static final Configuration.LogLevel PERFORMANCE
Indicates that all log events will be logged.
public static final Configuration.LogLevel WARN
Indicates that warn and fatal log events will be logged.
public static Configuration.LogLevel[] values()
public static Configuration.LogLevel valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.