Package | Description |
---|---|
org.wildfly.swarm.config.logging |
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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.