Package | Description |
---|---|
org.wildfly.swarm.logging |
Modifier and Type | Method and Description |
---|---|
LoggingFraction |
LoggingFraction.applyDefaults() |
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.createDebugLoggingFraction()
Create a default DEBUG logging fraction.
|
static LoggingFraction |
LoggingFraction.createDefaultLoggingFraction()
Create a default INFO logging fraction.
|
static LoggingFraction |
LoggingFraction.createDefaultLoggingFraction(Level level)
Create a default logging fraction for the specified level.
|
static LoggingFraction |
LoggingFraction.createErrorLoggingFraction()
Create a default ERROR logging fraction.
|
static LoggingFraction |
LoggingFraction.createTraceLoggingFraction()
Create a default TRACE logging fraction.
|
LoggingFraction |
LoggingFraction.customFormatter(String name,
String module,
String className)
Add a CustomFormatter to this logger
|
LoggingFraction |
LoggingFraction.customFormatter(String name,
String module,
String className,
Properties properties)
Add a CustomFormatter to this logger
|
LoggingFraction |
LoggingFraction.customHandler(String name,
String module,
String className,
Properties properties,
String formatter)
Add a CustomHandler to this logger
|
LoggingFraction |
LoggingFraction.defaultColorFormatter()
Configure a default color formatter named
COLOR_PATTERN . |
LoggingFraction |
LoggingFraction.defaultFormatter()
Configure a default non-color formatter named
PATTERN . |
LoggingFraction |
LoggingFraction.fileHandler(String name,
String path,
Level level,
String formatter)
Add a FileHandler to the list of handlers for this logger
|
LoggingFraction |
LoggingFraction.formatter(String name,
String pattern)
Add a new PatternFormatter to this Logger
|
LoggingFraction |
LoggingFraction.rootLogger(Level level,
String... handlers)
Add a root logger to this fraction
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.