Package com.hazelcast.logging
Class Log4j2Factory
java.lang.Object
com.hazelcast.logging.LoggerFactorySupport
com.hazelcast.logging.Log4j2Factory
- All Implemented Interfaces:
 com.hazelcast.logging.impl.InternalLoggerFactory,LoggerFactory
Logging to Log4j 2.x.
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected ILoggercreateLogger(String name) voidshutdown()Shutdown the logger factory.Methods inherited from class com.hazelcast.logging.LoggerFactorySupport
clearLoadedLoggers, getLogger, resetLevel, setLevel 
- 
Constructor Details
- 
Log4j2Factory
public Log4j2Factory() 
 - 
 - 
Method Details
- 
createLogger
- Specified by:
 createLoggerin classLoggerFactorySupport
 - 
shutdown
public void shutdown()Description copied from interface:com.hazelcast.logging.impl.InternalLoggerFactoryShutdown the logger factory. 
 -