Package | Description |
---|---|
org.wildfly.swarm.config.logging | |
org.wildfly.swarm.fluentd | |
org.wildfly.swarm.logging | |
org.wildfly.swarm.logstash |
Modifier and Type | Method and Description |
---|---|
Level |
AsyncHandler.level()
The log level specifying which message levels will be logged by this
handler.
|
Level |
CustomHandler.level()
The log level specifying which message levels will be logged by this
logger.
|
Level |
RootLogger.level()
The log level specifying which message levels will be logged by the root
logger.
|
Level |
SyslogHandler.level()
The log level specifying which message levels will be logged by this
logger.
|
Level |
ConsoleHandler.level()
The log level specifying which message levels will be logged by this
logger.
|
Level |
FileHandler.level()
The log level specifying which message levels will be logged by this
logger.
|
Level |
Logger.level()
The log level specifying which message levels will be logged by the
logger.
|
Level |
PeriodicRotatingFileHandler.level()
The log level specifying which message levels will be logged by this
logger.
|
Level |
PeriodicSizeRotatingFileHandler.level()
The log level specifying which message levels will be logged by this
logger.
|
Level |
SizeRotatingFileHandler.level()
The log level specifying which message levels will be logged by this
logger.
|
static Level |
Level.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Level[] |
Level.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
AsyncHandler.level(Level value)
The log level specifying which message levels will be logged by this
handler.
|
T |
CustomHandler.level(Level value)
The log level specifying which message levels will be logged by this
logger.
|
T |
RootLogger.level(Level value)
The log level specifying which message levels will be logged by the root
logger.
|
T |
SyslogHandler.level(Level value)
The log level specifying which message levels will be logged by this
logger.
|
T |
ConsoleHandler.level(Level value)
The log level specifying which message levels will be logged by this
logger.
|
T |
FileHandler.level(Level value)
The log level specifying which message levels will be logged by this
logger.
|
T |
Logger.level(Level value)
The log level specifying which message levels will be logged by the
logger.
|
T |
PeriodicRotatingFileHandler.level(Level value)
The log level specifying which message levels will be logged by this
logger.
|
T |
PeriodicSizeRotatingFileHandler.level(Level value)
The log level specifying which message levels will be logged by this
logger.
|
T |
SizeRotatingFileHandler.level(Level value)
The log level specifying which message levels will be logged by this
logger.
|
Modifier and Type | Method and Description |
---|---|
Level |
FluentdFraction.level() |
Modifier and Type | Method and Description |
---|---|
FluentdFraction |
FluentdFraction.level(Level level) |
Modifier and Type | Method and Description |
---|---|
LoggingFraction |
LoggingFraction.applyDefaults(Level level) |
LoggingFraction |
LoggingFraction.consoleHandler(Level level,
String formatter)
Add a ConsoleHandler to the list of handlers for this logger.
|
static LoggingFraction |
LoggingFraction.createDefaultLoggingFraction(Level level)
Create a default logging fraction for the specified level.
|
LoggingFraction |
LoggingFraction.fileHandler(String name,
String path,
Level level,
String formatter)
Add a FileHandler to the list of handlers for this logger
|
LoggingFraction |
LoggingFraction.rootLogger(Level level,
String... handlers)
Add a root logger to this fraction
|
Modifier and Type | Method and Description |
---|---|
Level |
LogstashFraction.level() |
Modifier and Type | Method and Description |
---|---|
LogstashFraction |
LogstashFraction.level(Level level) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.