java.lang.Object
is.codion.plugin.jul.JulProxy
- All Implemented Interfaces:
LoggerProxy
A java.util.logging LoggerProxy implementation
-
Field Summary
Fields inherited from interface is.codion.common.utilities.logging.LoggerProxy
NONE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLogLevel(String name) levels()loggers()voidsetLogLevel(String name, Object logLevel) Sets the log levelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface is.codion.common.utilities.logging.LoggerProxy
files
-
Constructor Details
-
JulProxy
public JulProxy()
-
-
Method Details
-
getLogLevel
- Specified by:
getLogLevelin interfaceLoggerProxy- Parameters:
name- the logger name- Returns:
- the log level
-
setLogLevel
Description copied from interface:LoggerProxySets the log level- Specified by:
setLogLevelin interfaceLoggerProxy- Parameters:
name- the logger namelogLevel- the log level
-
levels
- Specified by:
levelsin interfaceLoggerProxy- Returns:
- the available log levels
-
rootLogger
- Specified by:
rootLoggerin interfaceLoggerProxy- Returns:
- the root logger name
-
loggers
- Specified by:
loggersin interfaceLoggerProxy- Returns:
- all loggers
-