java.lang.Object
is.codion.plugin.log4j.Log4jProxy
- All Implemented Interfaces:
LoggerProxy
A Log4j LoggerProxy implementation
-
Field Summary
Fields inherited from interface is.codion.common.logging.LoggerProxy
NULL_PROXY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfiles()
levels()
void
setLogLevel
(Object logLevel) Sets the log level
-
Constructor Details
-
Log4jProxy
public Log4jProxy()
-
-
Method Details
-
getLogLevel
- Specified by:
getLogLevel
in interfaceLoggerProxy
- Returns:
- the current log level
-
setLogLevel
Description copied from interface:LoggerProxy
Sets the log level- Specified by:
setLogLevel
in interfaceLoggerProxy
- Parameters:
logLevel
- the log level
-
levels
- Specified by:
levels
in interfaceLoggerProxy
- Returns:
- the available log levels
-
files
- Specified by:
files
in interfaceLoggerProxy
- Returns:
- the log file paths, if available
-