Package org.apache.log4j.legacy.core
Class ContextUtil
- java.lang.Object
-
- org.apache.log4j.legacy.core.ContextUtil
-
public final class ContextUtil extends java.lang.Object
Delegates toLoggerContext
methods implemented bylog4j-core
if appropriate.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ContextUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
reconfigure(LoggerContext loggerContext)
Delegates toLoggerContext.reconfigure()
if appropriate.static void
shutdown(LoggerContext loggerContext)
Delegates toLoggerContext.close()
if appropriate.
-
-
-
Method Detail
-
reconfigure
public static void reconfigure(LoggerContext loggerContext)
Delegates toLoggerContext.reconfigure()
if appropriate.- Parameters:
loggerContext
- The target logger context.
-
shutdown
public static void shutdown(LoggerContext loggerContext)
Delegates toLoggerContext.close()
if appropriate.- Parameters:
loggerContext
- The target logger context.
-
-