Package org.seppiko.glf.log4j2
Class Log4j2LoggerFactory
java.lang.Object
org.apache.logging.log4j.spi.AbstractLoggerAdapter<Logger>
org.seppiko.glf.log4j2.Log4j2LoggerFactory
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.logging.log4j.spi.LoggerAdapter<Logger>,org.apache.logging.log4j.spi.LoggerContextShutdownAware,ILoggerFactory
public class Log4j2LoggerFactory
extends org.apache.logging.log4j.spi.AbstractLoggerAdapter<Logger>
implements ILoggerFactory
Log4j 2.x Logger Factory registered
- Author:
- Leonard Woo
-
Field Summary
Fields inherited from class org.apache.logging.log4j.spi.AbstractLoggerAdapter
registry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.logging.log4j.spi.LoggerContextprotected LoggerMethods inherited from class org.apache.logging.log4j.spi.AbstractLoggerAdapter
close, contextShutdown, getContext, getLogger, getLoggerContexts, getLoggersInContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.seppiko.glf.api.ILoggerFactory
getLogger
-
Constructor Details
-
Log4j2LoggerFactory
constructor- Parameters:
markerFactory- Log4j2 marker factory instance
-
-
Method Details