public final class Log4j2LoggerFactoryImpl extends Object implements XLoggerFactory
Constructor and Description |
---|
Log4j2LoggerFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
Logger |
getLogger(String loggerName,
int componentType,
int module,
int loggerId)
Gives a custom logger implementation
|
void |
shutdown()
Shuts down the underlying logging framework
|
public Logger getLogger(String loggerName, int componentType, int module, int loggerId)
XLoggerFactory
getLogger
in interface XLoggerFactory
loggerName
- the name of the logger to be retrievedcomponentType
- the ordinal of the ComponentType
of the loggermodule
- the module identifier of the loggerloggerId
- the logger code of the loggerpublic void shutdown()
XLoggerFactory
shutdown
in interface XLoggerFactory
Copyright © 2016–2019 AdroitLogic. All rights reserved.