Uses of Interface
org.apache.logging.log4j.Logger
-
Packages that use Logger Package Description org.apache.log4j Log4j 1.x compatibility layer.org.apache.log4j.bridge org.apache.log4j.builders org.apache.log4j.builders.appender org.apache.log4j.builders.filter org.apache.log4j.builders.layout org.apache.log4j.config Log4j 1.x compatibility layer.org.apache.log4j.helpers Log4j 1.x compatibility layer.org.apache.log4j.legacy.core org.apache.log4j.or.jms org.apache.log4j.xml Log4j 1.x compatibility layer.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 The classes in this package and sub packages provide appenders for various types of databases and methods for accessing databases.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.appender.routing Apache Flume 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.arbiters org.apache.logging.log4j.core.config.plugins.convert TypeConverter plugins for converter strings into various types.org.apache.logging.log4j.core.config.plugins.util Utility and manager classes for Log4j 2 plugins.org.apache.logging.log4j.core.config.plugins.validation.validators ConstraintValidator implementations for the constraint annotations.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.filter Log4j 2 Filter support.org.apache.logging.log4j.core.impl Log4j 2 private implementation classes.org.apache.logging.log4j.core.layout Log4j 2 Layout support.org.apache.logging.log4j.core.lookup Log4j 2 Lookups.org.apache.logging.log4j.core.net Log4j 2 network support.org.apache.logging.log4j.core.net.ssl Log4j 2 SSL supportorg.apache.logging.log4j.core.osgi Collection of OSGi-specific classes for bundles.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.core.util.internal org.apache.logging.log4j.couchdb The classes in this package contain the Apache CouchDB provider for the NoSQL Appender.org.apache.logging.log4j.docker org.apache.logging.log4j.internal This package should be considered private.org.apache.logging.log4j.io SeeIoBuilder.org.apache.logging.log4j.jul org.apache.logging.log4j.layout.template.json.resolver org.apache.logging.log4j.layout.template.json.util org.apache.logging.log4j.message Public Message Types used for Log4j 2.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.log4j.taglib Classes (JSP tags) to enable logging in JSPs without using Java scripting.org.apache.logging.log4j.tojul Java JDK java.util.logging (JUL) bridge.org.apache.logging.log4j.util Internal utility classes for the Log4j 2 API.org.apache.logging.log4j.web The classes in this package are responsible for properly initializing and deinitializing Log4j in a Java EE web application.org.apache.logging.slf4j SLF4J support. -
-
Uses of Logger in org.apache.log4j
Fields in org.apache.log4j declared as Logger Modifier and Type Field Description private LoggerCategory. loggerprivate static LoggerWriterAppender. LOGGERMethods in org.apache.log4j that return Logger Modifier and Type Method Description (package private) LoggerCategory. getLogger()static LoggerHierarchy.PrivateLogManager. getLogger(java.lang.String name)Constructors in org.apache.log4j with parameters of type Logger Constructor Description Category(Logger logger) -
Uses of Logger in org.apache.log4j.bridge
Fields in org.apache.log4j.bridge declared as Logger Modifier and Type Field Description private static LoggerAppenderWrapper. LOGGER -
Uses of Logger in org.apache.log4j.builders
Fields in org.apache.log4j.builders declared as Logger Modifier and Type Field Description private static LoggerAbstractBuilder. LOGGERprivate static LoggerBuilderManager. LOGGER -
Uses of Logger in org.apache.log4j.builders.appender
Fields in org.apache.log4j.builders.appender declared as Logger Modifier and Type Field Description private static LoggerAsyncAppenderBuilder. LOGGERprivate static LoggerConsoleAppenderBuilder. LOGGERprivate static LoggerDailyRollingFileAppenderBuilder. LOGGERprivate static LoggerEnhancedRollingFileAppenderBuilder. LOGGERprivate static LoggerFileAppenderBuilder. LOGGERprivate static LoggerRewriteAppenderBuilder. LOGGERprivate static LoggerRollingFileAppenderBuilder. LOGGERstatic LoggerSocketAppenderBuilder. LOGGERprivate static LoggerSyslogAppenderBuilder. LOGGER -
Uses of Logger in org.apache.log4j.builders.filter
Fields in org.apache.log4j.builders.filter declared as Logger Modifier and Type Field Description private static LoggerStringMatchFilterBuilder. LOGGER -
Uses of Logger in org.apache.log4j.builders.layout
Fields in org.apache.log4j.builders.layout declared as Logger Modifier and Type Field Description private static LoggerPatternLayoutBuilder. LOGGER -
Uses of Logger in org.apache.log4j.config
Fields in org.apache.log4j.config declared as Logger Modifier and Type Field Description private static LoggerPropertySetter. LOGGER -
Uses of Logger in org.apache.log4j.helpers
Fields in org.apache.log4j.helpers declared as Logger Modifier and Type Field Description private static LoggerOptionConverter. LOGGER -
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)Delegates toLogger.getParent()if appropriate.Methods in org.apache.log4j.legacy.core with parameters of type Logger Modifier and Type Method Description static voidCategoryUtil. addAppender(Logger logger, Appender appender)Adds an appender to the logger.private static LoggerCategoryUtil. asCore(Logger logger)private static <T> TCategoryUtil. get(Logger logger, java.util.function.Supplier<T> run, T defaultValue)static java.util.Map<java.lang.String,Appender>CategoryUtil. getAppenders(Logger logger)Gets the appenders attached directly to this logger.private static java.util.Map<java.lang.String,Appender>CategoryUtil. getDirectAppenders(Logger logger)private static java.util.Optional<LoggerConfig>CategoryUtil. getExactLoggerConfig(Logger logger)static java.util.Iterator<Filter>CategoryUtil. getFilters(Logger logger)Delegates toLogger.getFilters()if appropriate.static LoggerContextCategoryUtil. getLoggerContext(Logger logger)Delegates toLogger.getContext()if appropriate.static LoggerCategoryUtil. getParent(Logger logger)Delegates toLogger.getParent()if appropriate.static booleanCategoryUtil. isAdditive(Logger logger)Delegates toLogger.isAdditive()if appropriate.private static booleanCategoryUtil. isCore(Logger logger)static voidCategoryUtil. log(Logger logger, LogEvent event)Sends the event to all appenders directly connected with the logger.static voidCategoryUtil. setAdditivity(Logger logger, boolean additive)Delegates toLogger.setAdditive(boolean)if appropriate.static voidCategoryUtil. setLevel(Logger logger, Level level)Delegates toLogger.setLevel(Level)if appropriate. -
Uses of Logger in org.apache.log4j.or.jms
Fields in org.apache.log4j.or.jms declared as Logger Modifier and Type Field Description private static LoggerMessageRenderer. LOGGER -
Uses of Logger in org.apache.log4j.xml
Fields in org.apache.log4j.xml declared as Logger Modifier and Type Field Description private static LoggerLog4jEntityResolver. LOGGERprivate static LoggerXmlConfiguration. LOGGERprivate static LoggerXmlConfiguration.SAXErrorHandler. LOGGERprivate static LoggerXmlConfigurationFactory. LOGGER -
Uses of Logger in org.apache.logging.log4j
Fields in org.apache.logging.log4j declared as Logger Modifier and Type Field Description private static LoggerLogManager. LOGGERMethods 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.private static LoggerAsyncAppenderEventDispatcher. LOGGERprivate static LoggerDefaultErrorHandler. LOGGERprivate static LoggerFailoversPlugin. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.appender.db
Fields in org.apache.logging.log4j.core.appender.db declared as Logger Modifier and Type Field Description private static LoggerColumnMapping. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.appender.db.jdbc
Fields in org.apache.logging.log4j.core.appender.db.jdbc declared as Logger Modifier and Type Field Description private static LoggerAbstractDriverManagerConnectionSource. LOGGERprivate static LoggerColumnConfig. LOGGERprivate static LoggerDataSourceConnectionSource. LOGGERprivate static LoggerFactoryMethodConnectionSource. LOGGERMethods 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.private static LoggerFileSize. LOGGERprotected 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.private static LoggerDeletingVisitor. LOGGERprivate static LoggerIfAccumulatedFileCount. LOGGERprivate static LoggerIfAccumulatedFileSize. LOGGERprivate static LoggerIfFileName. LOGGERprivate static LoggerIfLastModified. LOGGERprivate static LoggerScriptCondition. LOGGERprivate static LoggerSortingVisitor. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.appender.routing
Fields in org.apache.logging.log4j.core.appender.routing declared as Logger Modifier and Type Field Description private static LoggerRoute. LOGGERprivate static LoggerRoutes. LOGGER -
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.Fields in org.apache.logging.log4j.core.async declared as Logger Modifier and Type Field Description private static LoggerAsyncQueueFullPolicyFactory. LOGGERprotected static LoggerAsyncWaitStrategyFactoryConfig. LOGGERStatus logger for internal logging.private static LoggerDefaultAsyncWaitStrategyFactory. LOGGERprivate static LoggerDiscardingAsyncQueueFullPolicy. LOGGERprivate static LoggerDisruptorUtil. LOGGER -
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 private static LoggerAppenderRef. LOGGERprotected static LoggerConfigurationFactory. LOGGERAllows subclasses access to the status logger without creating another instance.private static LoggerConfigurationScheduler. LOGGERprivate static LoggerConfigurator. LOGGERprivate LoggerHttpWatcher. LOGGERprivate static LoggerProperty. LOGGERMethods in org.apache.logging.log4j.core.config that return Logger Modifier and Type Method Description static LoggerConfigurator. setLevel(Logger logger, Level level)Sets a logger's level.Methods in org.apache.logging.log4j.core.config with parameters of type Logger Modifier and Type Method Description static LoggerConfigurator. setLevel(Logger logger, Level level)Sets a logger's level. -
Uses of Logger in org.apache.logging.log4j.core.config.arbiters
Fields in org.apache.logging.log4j.core.config.arbiters declared as Logger Modifier and Type Field Description private static LoggerScriptArbiter.Builder. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.config.plugins.convert
Fields in org.apache.logging.log4j.core.config.plugins.convert declared as Logger Modifier and Type Field Description private static LoggerBase64Converter. LOGGERprivate static LoggerTypeConverterRegistry. LOGGERprivate static LoggerTypeConverters. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.config.plugins.util
Fields in org.apache.logging.log4j.core.config.plugins.util declared as Logger Modifier and Type Field Description private static LoggerPluginBuilder. LOGGERprivate static LoggerPluginManager. LOGGERprivate static LoggerPluginRegistry. LOGGERprivate static LoggerResolverUtil. LOGGERAn instance of Log to use for logging in this class. -
Uses of Logger in org.apache.logging.log4j.core.config.plugins.validation.validators
Fields in org.apache.logging.log4j.core.config.plugins.validation.validators declared as Logger Modifier and Type Field Description private static LoggerNotBlankValidator. LOGGERprivate static LoggerRequiredValidator. LOGGERprivate static LoggerValidHostValidator. LOGGERprivate static LoggerValidPortValidator. LOGGER -
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.private static LoggerPluginVisitors. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.filter
Fields in org.apache.logging.log4j.core.filter declared as Logger Modifier and Type Field Description private static LoggerScriptFilter. logger -
Uses of Logger in org.apache.logging.log4j.core.impl
Fields in org.apache.logging.log4j.core.impl declared as Logger Modifier and Type Field Description private static LoggerThreadContextDataInjector. 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.private static LoggerLevelPatternSelector. LOGGERprivate static LoggerMarkerPatternSelector. LOGGERprivate static LoggerScriptPatternSelector. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.lookup
Fields in org.apache.logging.log4j.core.lookup declared as Logger Modifier and Type Field Description private static LoggerDateLookup. LOGGERprivate static LoggerInterpolator. LOGGERprivate static LoggerJndiLookup. LOGGERprivate static LoggerLog4jLookup. LOGGERprivate static LoggerResourceBundleLookup. LOGGERprivate static LoggerSystemPropertiesLookup. LOGGER -
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.net.ssl
Fields in org.apache.logging.log4j.core.net.ssl declared as Logger Modifier and Type Field Description private static LoggerSslConfigurationFactory. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.osgi
Fields in org.apache.logging.log4j.core.osgi declared as Logger Modifier and Type Field Description private static LoggerActivator. 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.private static LoggerPatternParser. LOGGERprivate static LoggerRegexReplacement. 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 private static LoggerScriptManager. loggerprotected 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 private static LoggerWatchManager. loggerprivate static LoggerBasicAuthorizationProvider. LOGGERprotected static LoggerDefaultShutdownCallbackRegistry. LOGGERStatus logger.private static LoggerExecutorServices. LOGGERprivate static LoggerFileUtils. LOGGERprivate static LoggerLoader. LOGGERprivate static LoggerNetUtils. LOGGERprivate static LoggerOptionConverter. LOGGERprivate static LoggerSource. LOGGERprivate static LoggerUuidUtil. LOGGERprivate static LoggerWatcherFactory. LOGGER -
Uses of Logger in org.apache.logging.log4j.core.util.internal
Fields in org.apache.logging.log4j.core.util.internal declared as Logger Modifier and Type Field Description private static LoggerHttpInputStreamUtil. LOGGER -
Uses of Logger in org.apache.logging.log4j.couchdb
Fields in org.apache.logging.log4j.couchdb declared as Logger Modifier and Type Field Description private static LoggerCouchDbProvider. LOGGER -
Uses of Logger in org.apache.logging.log4j.docker
Fields in org.apache.logging.log4j.docker declared as Logger Modifier and Type Field Description private static LoggerDockerLookup. LOGGER -
Uses of Logger in org.apache.logging.log4j.internal
Fields in org.apache.logging.log4j.internal declared as Logger Modifier and Type Field Description private static LoggerDefaultLogBuilder. LOGGER -
Uses of Logger in org.apache.logging.log4j.io
Methods in org.apache.logging.log4j.io with parameters of type Logger Modifier and Type Method Description static IoBuilderIoBuilder. forLogger(Logger logger)Creates a new builder for a givenLogger.Constructors in org.apache.logging.log4j.io with parameters of type Logger Constructor Description IoBuilder(Logger logger)Constructs a new IoBuilder for the given Logger. -
Uses of Logger in org.apache.logging.log4j.jul
Classes in org.apache.logging.log4j.jul that implement Logger Modifier and Type Class Description (package private) classWrappedLoggerWrapper class to ensure proper FQCN support in Logger calls.Fields in org.apache.logging.log4j.jul declared as Logger Modifier and Type Field Description private static LoggerLevelTranslator. LOGGERprivate static LoggerLogManager. LOGGERprivate static LoggerLog4jBridgeHandler. SLOGGERMethods in org.apache.logging.log4j.jul that return Logger Modifier and Type Method Description private LoggerLog4jBridgeHandler. getLog4jLogger(java.util.logging.LogRecord record)Return the log4j-Logger instance that will be used for logging. -
Uses of Logger in org.apache.logging.log4j.layout.template.json.resolver
Fields in org.apache.logging.log4j.layout.template.json.resolver declared as Logger Modifier and Type Field Description private static LoggerExceptionResolver. LOGGERprivate static LoggerTemplateResolverFactories. LOGGERprivate static LoggerTemplateResolverInterceptors. LOGGER -
Uses of Logger in org.apache.logging.log4j.layout.template.json.util
Fields in org.apache.logging.log4j.layout.template.json.util declared as Logger Modifier and Type Field Description private static LoggerUris. LOGGER -
Uses of Logger in org.apache.logging.log4j.message
Fields in org.apache.logging.log4j.message declared as Logger Modifier and Type Field Description private static LoggerMessageFormatMessage. LOGGERprivate static LoggerStringFormattedMessage. 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.Fields in org.apache.logging.log4j.spi declared as Logger Modifier and Type Field Description private static LoggerProvider. LOGGERprivate static LoggerThreadContextMapFactory. LOGGERMethods in org.apache.logging.log4j.spi that return types with arguments of type Logger Modifier and Type Method Description default LoggerRegistry<? extends Logger>LoggerContext. getLoggerRegistry()Gets the LoggerRegistry. -
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.Fields in org.apache.logging.log4j.status declared as Logger Modifier and Type Field Description private LoggerStatusConsoleListener. logger -
Uses of Logger in org.apache.logging.log4j.taglib
Classes in org.apache.logging.log4j.taglib that implement Logger Modifier and Type Class Description (package private) classLog4jTaglibLoggerThe bridge between the tag library and the Log4j API ensures that the source information for log events is the JSP Servlet and not one of the taglib classes. -
Uses of Logger in org.apache.logging.log4j.tojul
Classes in org.apache.logging.log4j.tojul that implement Logger Modifier and Type Class Description (package private) classJULLoggerImplementation ofLoggerthat's backed by aLogger. -
Uses of Logger in org.apache.logging.log4j.util
Fields in org.apache.logging.log4j.util declared as Logger Modifier and Type Field Description private LoggerServiceLoaderUtil.ServiceLoaderSpliterator. loggerprivate static LoggerActivator. LOGGERprivate static LoggerProviderUtil. LOGGERprivate static LoggerUnbox. LOGGER -
Uses of Logger in org.apache.logging.log4j.web
Fields in org.apache.logging.log4j.web declared as Logger Modifier and Type Field Description private static LoggerLog4jServletContextListener. LOGGERprivate static LoggerLog4jServletFilter. LOGGERprivate static LoggerLog4jShutdownOnContextDestroyedListener. LOGGER -
Uses of Logger in org.apache.logging.slf4j
Classes in org.apache.logging.slf4j that implement Logger Modifier and Type Class Description classSLF4JLoggerFields in org.apache.logging.slf4j declared as Logger Modifier and Type Field Description private static LoggerLog4jMarkerFactory. LOGGERprivate static LoggerSLF4JLogBuilder. LOGGER
-