Package org.apache.logging.log4j.spi

Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.

See:
          Description

Interface Summary
ExtendedLogger Extends the Logger interface with methods that facilitate implementing or extending Loggers.
LoggerContext Anchor point for logging implementations.
LoggerContextFactory Implemented by factories that create LoggerContext objects.
ThreadContextMap  
ThreadContextStack  
 

Class Summary
AbstractLogger Base implementation of a Logger.
DefaultThreadContextMap The actual ThreadContext Map.
DefaultThreadContextStack A copy-on-write thread-safe variant of org.apache.logging.log4j.spi.ThreadContextStack in which all mutative operations (add, pop, and so on) are implemented by making a fresh copy of the underlying list.
ExtendedLoggerWrapper Wrapper class that exposes the protected AbstractLogger methods to support wrapped loggers.
MutableThreadContextStack  
Provider  
 

Enum Summary
StandardLevel Standard Logging Levels as an enumeration for use internally.
 

Package org.apache.logging.log4j.spi Description

Internal interfaces and classes to be used by authors of logging implementations or for internal use by API classes.



Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.