Class HybrisLoggerContext
java.lang.Object
org.apache.logging.log4j.core.AbstractLifeCycle
org.apache.logging.log4j.core.LoggerContext
de.hybris.platform.util.logging.log4j2.HybrisLoggerContext
- All Implemented Interfaces:
AutoCloseable,org.apache.logging.log4j.core.config.ConfigurationListener,org.apache.logging.log4j.core.LifeCycle,org.apache.logging.log4j.core.LifeCycle2,org.apache.logging.log4j.spi.LoggerContext,org.apache.logging.log4j.spi.LoggerContextShutdownEnabled,org.apache.logging.log4j.spi.Terminable
public class HybrisLoggerContext
extends org.apache.logging.log4j.core.LoggerContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.logging.log4j.core.LifeCycle
org.apache.logging.log4j.core.LifeCycle.State -
Field Summary
Fields inherited from class org.apache.logging.log4j.core.LoggerContext
PROPERTY_CONFIGFields inherited from class org.apache.logging.log4j.core.AbstractLifeCycle
DEFAULT_STOP_TIMEOUT, DEFAULT_STOP_TIMEUNIT, LOGGERFields inherited from interface org.apache.logging.log4j.spi.LoggerContext
EMPTY_ARRAY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.logging.log4j.core.LoggernewInstance(org.apache.logging.log4j.core.LoggerContext ctx, String name, org.apache.logging.log4j.message.MessageFactory messageFactory) voidshutdown()Methods inherited from class org.apache.logging.log4j.core.LoggerContext
addFilter, addPropertyChangeListener, addShutdownListener, close, getConfigLocation, getConfiguration, getContext, getContext, getContext, getExternalContext, getListeners, getLogger, getLogger, getLoggerRegistry, getLoggers, getName, getObject, getRootLogger, hasLogger, hasLogger, hasLogger, onChange, putObject, putObjectIfAbsent, reconfigure, reconfigure, removeFilter, removeObject, removeObject, removePropertyChangeListener, setConfigLocation, setConfiguration, setExternalContext, setName, start, start, stop, terminate, updateLoggers, updateLoggersMethods inherited from class org.apache.logging.log4j.core.AbstractLifeCycle
equalsImpl, getState, getStatusLogger, hashCodeImpl, initialize, isInitialized, isStarted, isStarting, isStopped, isStopping, setStarted, setStarting, setState, setStopped, setStopping, stop, stopMethods 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
-
Constructor Details
-
HybrisLoggerContext
-
-
Method Details
-
newInstance
protected org.apache.logging.log4j.core.Logger newInstance(org.apache.logging.log4j.core.LoggerContext ctx, String name, org.apache.logging.log4j.message.MessageFactory messageFactory) - Overrides:
newInstancein classorg.apache.logging.log4j.core.LoggerContext
-
shutdown
public void shutdown()
-