Class Log4JToL4TLoggerContext
java.lang.Object
dev.pfaff.log4truth.compat.log4j.Log4JToL4TLoggerContext
- All Implemented Interfaces:
org.apache.logging.log4j.spi.LoggerContext
public final class Log4JToL4TLoggerContext
extends Object
implements org.apache.logging.log4j.spi.LoggerContext
-
Field Summary
Fields inherited from interface org.apache.logging.log4j.spi.LoggerContext
EMPTY_ARRAY
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.logging.log4j.spi.LoggerContext
getLogger, getLogger, getLoggerRegistry, getObject, putObject, putObjectIfAbsent, removeObject, removeObject
-
Method Details
-
getExternalContext
- Specified by:
getExternalContext
in interfaceorg.apache.logging.log4j.spi.LoggerContext
-
getLogger
- Specified by:
getLogger
in interfaceorg.apache.logging.log4j.spi.LoggerContext
-
getLogger
public org.apache.logging.log4j.spi.ExtendedLogger getLogger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory) - Specified by:
getLogger
in interfaceorg.apache.logging.log4j.spi.LoggerContext
-
hasLogger
- Specified by:
hasLogger
in interfaceorg.apache.logging.log4j.spi.LoggerContext
-
hasLogger
-
hasLogger
public boolean hasLogger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory) - Specified by:
hasLogger
in interfaceorg.apache.logging.log4j.spi.LoggerContext
-