Class ScxLog4jLoggerContext
java.lang.Object
cool.scx.logging.spi.log4j.ScxLog4jLoggerContext
- All Implemented Interfaces:
org.apache.logging.log4j.spi.LoggerContext
public final class ScxLog4jLoggerContext
extends Object
implements org.apache.logging.log4j.spi.LoggerContext
-
Field Summary
Fields inherited from interface org.apache.logging.log4j.spi.LoggerContext
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.logging.log4j.spi.LoggerContext
getLogger, getLogger, getLoggerRegistry, getObject, putObject, putObjectIfAbsent, removeObject, removeObject
-
Constructor Details
-
ScxLog4jLoggerContext
public ScxLog4jLoggerContext()
-
-
Method Details
-
getExternalContext
- Specified by:
getExternalContextin interfaceorg.apache.logging.log4j.spi.LoggerContext
-
getLogger
- Specified by:
getLoggerin 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:
getLoggerin interfaceorg.apache.logging.log4j.spi.LoggerContext
-
hasLogger
- Specified by:
hasLoggerin interfaceorg.apache.logging.log4j.spi.LoggerContext
-
hasLogger
-
hasLogger
public boolean hasLogger(String name, org.apache.logging.log4j.message.MessageFactory messageFactory) - Specified by:
hasLoggerin interfaceorg.apache.logging.log4j.spi.LoggerContext
-