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