Modifier and Type | Field and Description |
---|---|
private Logger |
Category.logger |
private static Logger |
WriterAppender.LOGGER |
Modifier and Type | Method and Description |
---|---|
(package private) Logger |
Category.getLogger() |
static Logger |
LogManager.PrivateManager.getLogger(java.lang.String name) |
static Logger |
Category.PrivateManager.getLogger(java.lang.String name) |
static Logger |
Logger.PrivateManager.getLogger(java.lang.String name) |
Constructor and Description |
---|
Category(Logger logger) |
Modifier and Type | Field and Description |
---|---|
private static Logger |
AppenderWrapper.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
AbstractBuilder.LOGGER |
private static Logger |
BuilderManager.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
SyslogAppenderBuilder.LOGGER |
private static Logger |
FileAppenderBuilder.LOGGER |
private static Logger |
NullAppenderBuilder.LOGGER |
private static Logger |
ConsoleAppenderBuilder.LOGGER |
private static Logger |
DailyRollingFileAppenderBuilder.LOGGER |
private static Logger |
RollingFileAppenderBuilder.LOGGER |
private static Logger |
AsyncAppenderBuilder.LOGGER |
private static Logger |
RewriteAppenderBuilder.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
LevelRangeFilterBuilder.LOGGER |
private static Logger |
StringMatchFilterBuilder.LOGGER |
private static Logger |
DenyAllFilterBuilder.LOGGER |
private static Logger |
LevelMatchFilterBuilder.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
PatternLayoutBuilder.LOGGER |
private static Logger |
SimpleLayoutBuilder.LOGGER |
private static Logger |
TTCCLayoutBuilder.LOGGER |
private static Logger |
HtmlLayoutBuilder.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
PropertySetter.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
OptionConverter.LOGGER |
Modifier and Type | Method and Description |
---|---|
static Logger |
CategoryUtil.getParent(Logger logger) |
Modifier and Type | Method and Description |
---|---|
static LoggerContext |
CategoryUtil.getLoggerContext(Logger logger) |
static Logger |
CategoryUtil.getParent(Logger logger) |
static boolean |
CategoryUtil.isAdditive(Logger logger) |
static void |
CategoryUtil.setAdditivity(Logger logger,
boolean additivity) |
static void |
CategoryUtil.setLevel(Logger logger,
Level level) |
Modifier and Type | Field and Description |
---|---|
private static Logger |
XmlConfiguration.LOGGER |
private static Logger |
XmlConfiguration.SAXErrorHandler.LOGGER |
private static Logger |
XmlConfigurationFactory.LOGGER |
private static Logger |
Log4jEntityResolver.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
LogManager.LOGGER |
Modifier and Type | Method and Description |
---|---|
static Logger |
LogManager.getFormatterLogger()
Returns a formatter Logger using the fully qualified name of the calling Class as the Logger name.
|
static Logger |
LogManager.getFormatterLogger(java.lang.Class<?> clazz)
Returns a formatter Logger using the fully qualified name of the Class as the Logger name.
|
static Logger |
LogManager.getFormatterLogger(java.lang.Object value)
Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.
|
static Logger |
LogManager.getFormatterLogger(java.lang.String name)
Returns a formatter Logger with the specified name.
|
static Logger |
LogManager.getLogger()
Returns a Logger with the name of the calling class.
|
static Logger |
LogManager.getLogger(java.lang.Class<?> clazz)
Returns a Logger using the fully qualified name of the Class as the Logger name.
|
static Logger |
LogManager.getLogger(java.lang.Class<?> clazz,
MessageFactory messageFactory)
Returns a Logger using the fully qualified name of the Class as the Logger name.
|
static Logger |
LogManager.getLogger(MessageFactory messageFactory)
Returns a Logger with the name of the calling class.
|
static Logger |
LogManager.getLogger(java.lang.Object value)
Returns a Logger using the fully qualified class name of the value as the Logger name.
|
static Logger |
LogManager.getLogger(java.lang.Object value,
MessageFactory messageFactory)
Returns a Logger using the fully qualified class name of the value as the Logger name.
|
static Logger |
LogManager.getLogger(java.lang.String name)
Returns a Logger with the specified name.
|
static Logger |
LogManager.getLogger(java.lang.String name,
MessageFactory messageFactory)
Returns a Logger with the specified name.
|
protected static Logger |
LogManager.getLogger(java.lang.String fqcn,
java.lang.String name)
Returns a Logger with the specified name.
|
static Logger |
LogManager.getRootLogger()
Returns the root logger.
|
Modifier and Type | Class and Description |
---|---|
class |
Logger
The core implementation of the
Logger interface. |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
AbstractLifeCycle.LOGGER
Allow subclasses access to the status logger without creating another instance.
|
Modifier and Type | Method and Description |
---|---|
protected static Logger |
AbstractLifeCycle.getStatusLogger()
Gets the status logger.
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
AbstractManager.LOGGER
Allow subclasses access to the status logger without creating another instance.
|
private static Logger |
FailoversPlugin.LOGGER |
private static Logger |
DefaultErrorHandler.LOGGER |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
MapRewritePolicy.LOGGER
Allow subclasses access to the status logger without creating another instance.
|
protected static Logger |
PropertiesRewritePolicy.LOGGER
Allows subclasses access to the status logger without creating another instance.
|
Modifier and Type | Field and Description |
---|---|
protected static Logger |
AbstractRolloverStrategy.LOGGER
Allow subclasses access to the status logger without creating another instance.
|
private static Logger |
FileSize.LOGGER |
protected static Logger |
PatternProcessor.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
DeletingVisitor.LOGGER |
private static Logger |
IfAccumulatedFileSize.LOGGER |
private static Logger |
ScriptCondition.LOGGER |
private static Logger |
IfAccumulatedFileCount.LOGGER |
private static Logger |
IfLastModified.LOGGER |
private static Logger |
IfFileName.LOGGER |
protected static Logger |
AbstractAction.LOGGER
Allows subclasses access to the status logger without creating another instance.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
Routes.LOGGER |
private static Logger |
Route.LOGGER |
Modifier and Type | Class and Description |
---|---|
class |
AsyncLogger
AsyncLogger is a logger designed for high throughput and low latency logging.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
AsyncQueueFullPolicyFactory.LOGGER |
private static Logger |
DiscardingAsyncQueueFullPolicy.LOGGER |
private static Logger |
DisruptorUtil.LOGGER |
Modifier and Type | Field and Description |
---|---|
private Logger |
HttpWatcher.LOGGER |
protected static Logger |
ConfigurationFactory.LOGGER
Allows subclasses access to the status logger without creating another instance.
|
private static Logger |
AppenderRef.LOGGER |
private static Logger |
Configurator.LOGGER |
private static Logger |
Property.LOGGER |
private static Logger |
ConfigurationScheduler.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
Base64Converter.LOGGER |
private static Logger |
TypeConverterRegistry.LOGGER |
private static Logger |
TypeConverters.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
PluginRegistry.LOGGER |
private static Logger |
PluginBuilder.LOGGER |
private static Logger |
PluginManager.LOGGER |
private static Logger |
ResolverUtil.LOGGER
An instance of Log to use for logging in this class.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
ValidHostValidator.LOGGER |
private static Logger |
RequiredValidator.LOGGER |
private static Logger |
ValidPortValidator.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
PluginVisitors.LOGGER |
protected static Logger |
AbstractPluginVisitor.LOGGER
Status logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
ScriptFilter.logger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
MarkerPatternSelector.LOGGER |
private static Logger |
LevelPatternSelector.LOGGER |
protected static Logger |
AbstractLayout.LOGGER
Allow subclasses access to the status logger without creating another instance.
|
private static Logger |
ScriptPatternSelector.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
DateLookup.LOGGER |
private static Logger |
SystemPropertiesLookup.LOGGER |
private static Logger |
Interpolator.LOGGER |
private static Logger |
JndiLookup.LOGGER |
private static Logger |
Log4jLookup.LOGGER |
private static Logger |
ResourceBundleLookup.LOGGER |
Modifier and Type | Field and Description |
---|---|
protected static Logger |
MulticastDnsAdvertiser.LOGGER
Status logger.
|
protected static Logger |
DatagramOutputStream.LOGGER
Allow subclasses access to the status logger without creating another instance.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
SslConfigurationFactory.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
Activator.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
RegexReplacement.LOGGER |
private static Logger |
PatternParser.LOGGER |
protected static Logger |
AbstractPatternConverter.LOGGER
Allow subclasses access to the status logger.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
ScriptManager.logger |
protected static Logger |
AbstractScript.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
WatchManager.logger |
private static Logger |
Loader.LOGGER |
protected static Logger |
DefaultShutdownCallbackRegistry.LOGGER
Status logger.
|
private static Logger |
ExecutorServices.LOGGER |
private static Logger |
FileUtils.LOGGER |
private static Logger |
WatcherFactory.LOGGER |
private static Logger |
NetUtils.LOGGER |
private static Logger |
OptionConverter.LOGGER |
private static Logger |
BasicAuthorizationProvider.LOGGER |
private static Logger |
UuidUtil.LOGGER |
Modifier and Type | Field and Description |
---|---|
private static Logger |
DockerLookup.LOGGER |
Modifier and Type | Field and Description |
---|---|
private Logger |
DefaultLogBuilder.logger |
private static Logger |
DefaultLogBuilder.LOGGER |
Constructor and Description |
---|
DefaultLogBuilder(Logger logger) |
DefaultLogBuilder(Logger logger,
Level level) |
Modifier and Type | Field and Description |
---|---|
private static Logger |
StringFormattedMessage.LOGGER |
private static Logger |
MessageFormatMessage.LOGGER |
Modifier and Type | Class and Description |
---|---|
class |
SimpleLogger
This is the default logger that is used when no suitable logging implementation is available.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedLogger
Extends the
Logger interface with methods that facilitate implementing or extending Logger s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger
Base implementation of a Logger.
|
class |
ExtendedLoggerWrapper
Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
ThreadContextMapFactory.LOGGER |
private static Logger |
Provider.LOGGER |
Modifier and Type | Class and Description |
---|---|
class |
StatusLogger
Records events that occur in the logging system.
|
Modifier and Type | Field and Description |
---|---|
private static Logger |
Unbox.LOGGER |
private static Logger |
ProviderUtil.LOGGER |
Modifier and Type | Class and Description |
---|---|
class |
SLF4JLogger |
Modifier and Type | Field and Description |
---|---|
private static Logger |
Log4jMarkerFactory.LOGGER |