Uses of Interface
org.apache.logging.log4j.Logger
-
Packages that use Logger Package Description org.apache.log4j.legacy.core org.apache.logging.log4j Public API for Log4j 2.org.apache.logging.log4j.core Implementation of Log4j 2.org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.db.jdbc The JDBC Appender supports writing log events to a relational database using standard JDBC connections.org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender.org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.plugins.visitors Visitor classes for extracting values from a Configuration or Node corresponding to a plugin annotation.org.apache.logging.log4j.core.layout Log4j 2 Layout support.org.apache.logging.log4j.core.net Log4j 2 network support.org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns.org.apache.logging.log4j.core.script Log4j 2 Script support.org.apache.logging.log4j.core.util Log4j 2 helper classes.org.apache.logging.log4j.simple Simple logging implementation.org.apache.logging.log4j.spi Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.org.apache.logging.log4j.status Status API for Log4j 2.org.apache.logging.slf4j SLF4J support. -
-
Uses of Logger in org.apache.log4j.legacy.core
Methods in org.apache.log4j.legacy.core that return Logger Modifier and Type Method Description static LoggerCategoryUtil. getParent(Logger logger)Methods in org.apache.log4j.legacy.core with parameters of type Logger Modifier and Type Method Description static LoggerContextCategoryUtil. getLoggerContext(Logger logger)static LoggerCategoryUtil. getParent(Logger logger)static booleanCategoryUtil. isAdditive(Logger logger)static voidCategoryUtil. setAdditivity(Logger logger, boolean additivity)static voidCategoryUtil. setLevel(Logger logger, Level level) -
Uses of Logger in org.apache.logging.log4j
Methods in org.apache.logging.log4j that return Logger Modifier and Type Method Description static LoggerLogManager. getFormatterLogger()Returns a formatter Logger using the fully qualified name of the calling Class as the Logger name.static LoggerLogManager. getFormatterLogger(java.lang.Class<?> clazz)Returns a formatter Logger using the fully qualified name of the Class as the Logger name.static LoggerLogManager. getFormatterLogger(java.lang.Object value)Returns a formatter Logger using the fully qualified name of the value's Class as the Logger name.static LoggerLogManager. getFormatterLogger(java.lang.String name)Returns a formatter Logger with the specified name.static LoggerLogManager. getLogger()Returns a Logger with the name of the calling class.static LoggerLogManager. getLogger(java.lang.Class<?> clazz)Returns a Logger using the fully qualified name of the Class as the Logger name.static LoggerLogManager. getLogger(java.lang.Class<?> clazz, MessageFactory messageFactory)Returns a Logger using the fully qualified name of the Class as the Logger name.static LoggerLogManager. getLogger(java.lang.Object value)Returns a Logger using the fully qualified class name of the value as the Logger name.static LoggerLogManager. getLogger(java.lang.Object value, MessageFactory messageFactory)Returns a Logger using the fully qualified class name of the value as the Logger name.static LoggerLogManager. getLogger(java.lang.String name)Returns a Logger with the specified name.protected static LoggerLogManager. getLogger(java.lang.String fqcn, java.lang.String name)Returns a Logger with the specified name.static LoggerLogManager. getLogger(java.lang.String name, MessageFactory messageFactory)Returns a Logger with the specified name.static LoggerLogManager. getLogger(MessageFactory messageFactory)Returns a Logger with the name of the calling class.static LoggerLogManager. getRootLogger()Returns the root logger. -
Uses of Logger in org.apache.logging.log4j.core
Classes in org.apache.logging.log4j.core that implement Logger Modifier and Type Class Description classLoggerThe core implementation of theLoggerinterface.Fields in org.apache.logging.log4j.core declared as Logger Modifier and Type Field Description protected static LoggerAbstractLifeCycle. LOGGERAllow subclasses access to the status logger without creating another instance.Methods in org.apache.logging.log4j.core that return Logger Modifier and Type Method Description protected static LoggerAbstractLifeCycle. getStatusLogger()Gets the status logger. -
Uses of Logger in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender declared as Logger Modifier and Type Field Description protected static LoggerAbstractManager. LOGGERAllow subclasses access to the status logger without creating another instance. -
Uses of Logger in org.apache.logging.log4j.core.appender.db.jdbc
Methods in org.apache.logging.log4j.core.appender.db.jdbc that return Logger Modifier and Type Method Description static LoggerAbstractDriverManagerConnectionSource. getLogger() -
Uses of Logger in org.apache.logging.log4j.core.appender.rewrite
Fields in org.apache.logging.log4j.core.appender.rewrite declared as Logger Modifier and Type Field Description protected static LoggerMapRewritePolicy. LOGGERAllow subclasses access to the status logger without creating another instance.protected static LoggerPropertiesRewritePolicy. LOGGERAllows subclasses access to the status logger without creating another instance. -
Uses of Logger in org.apache.logging.log4j.core.appender.rolling
Fields in org.apache.logging.log4j.core.appender.rolling declared as Logger Modifier and Type Field Description protected static LoggerAbstractRolloverStrategy. LOGGERAllow subclasses access to the status logger without creating another instance.protected static LoggerPatternProcessor. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.appender.rolling.action
Fields in org.apache.logging.log4j.core.appender.rolling.action declared as Logger Modifier and Type Field Description protected static LoggerAbstractAction. LOGGERAllows subclasses access to the status logger without creating another instance. -
Uses of Logger in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async that implement Logger Modifier and Type Class Description classAsyncLoggerAsyncLogger is a logger designed for high throughput and low latency logging. -
Uses of Logger in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as Logger Modifier and Type Field Description protected static LoggerConfigurationFactory. LOGGERAllows subclasses access to the status logger without creating another instance. -
Uses of Logger in org.apache.logging.log4j.core.config.plugins.visitors
Fields in org.apache.logging.log4j.core.config.plugins.visitors declared as Logger Modifier and Type Field Description protected static LoggerAbstractPluginVisitor. LOGGERStatus logger. -
Uses of Logger in org.apache.logging.log4j.core.layout
Fields in org.apache.logging.log4j.core.layout declared as Logger Modifier and Type Field Description protected static LoggerAbstractLayout. LOGGERAllow subclasses access to the status logger without creating another instance. -
Uses of Logger in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net declared as Logger Modifier and Type Field Description protected static LoggerDatagramOutputStream. LOGGERAllow subclasses access to the status logger without creating another instance.protected static LoggerMulticastDnsAdvertiser. LOGGERStatus logger. -
Uses of Logger in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as Logger Modifier and Type Field Description protected static LoggerAbstractPatternConverter. LOGGERAllow subclasses access to the status logger. -
Uses of Logger in org.apache.logging.log4j.core.script
Fields in org.apache.logging.log4j.core.script declared as Logger Modifier and Type Field Description protected static LoggerAbstractScript. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.util
Fields in org.apache.logging.log4j.core.util declared as Logger Modifier and Type Field Description protected static LoggerDefaultShutdownCallbackRegistry. LOGGERStatus logger. -
Uses of Logger in org.apache.logging.log4j.simple
Classes in org.apache.logging.log4j.simple that implement Logger Modifier and Type Class Description classSimpleLoggerThis is the default logger that is used when no suitable logging implementation is available. -
Uses of Logger in org.apache.logging.log4j.spi
Subinterfaces of Logger in org.apache.logging.log4j.spi Modifier and Type Interface Description interfaceExtendedLoggerExtends theLoggerinterface with methods that facilitate implementing or extendingLoggers.Classes in org.apache.logging.log4j.spi that implement Logger Modifier and Type Class Description classAbstractLoggerBase implementation of a Logger.classExtendedLoggerWrapperWrapper class that exposes the protected AbstractLogger methods to support wrapped loggers. -
Uses of Logger in org.apache.logging.log4j.status
Classes in org.apache.logging.log4j.status that implement Logger Modifier and Type Class Description classStatusLoggerRecords events that occur in the logging system. -
Uses of Logger in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement Logger Modifier and Type Class Description classSLF4JLogger
-