Package com.nuodb.jdbc.logger
Class LoggerManager
- java.lang.Object
-
- com.nuodb.jdbc.logger.LoggerManager
-
public class LoggerManager extends Object
- Author:
- Sergey Bushik
-
-
Field Summary
Fields Modifier and Type Field Description static StringJDK14_LOGGERstatic booleanJDK14_LOGGER_DEFAULTstatic StringSLF4J_LOGGERstatic booleanSLF4J_LOGGER_DEFAULTstatic StringSTANDARD_LOGGERstatic booleanSTANDARD_LOGGER_DEFAULTstatic StringSTANDARD_LOGGER_LEVELstatic StringSTANDARD_LOGGER_LOG_WRITERstatic StringSTANDARD_LOGGER_PATTERN
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggerFactorygetLoggerFactory()static LoggerManagergetLoggerManager()static LoggerManagergetLoggerManager(Properties properties)static Collection<String>getLoggerProperties()static LoggergetParentLogger()static booleanisLoggerProperty(String property)
-
-
-
Field Detail
-
SLF4J_LOGGER
public static final String SLF4J_LOGGER
- See Also:
- Constant Field Values
-
JDK14_LOGGER
public static final String JDK14_LOGGER
- See Also:
- Constant Field Values
-
STANDARD_LOGGER
public static final String STANDARD_LOGGER
- See Also:
- Constant Field Values
-
STANDARD_LOGGER_LEVEL
public static final String STANDARD_LOGGER_LEVEL
- See Also:
- Constant Field Values
-
STANDARD_LOGGER_PATTERN
public static final String STANDARD_LOGGER_PATTERN
- See Also:
- Constant Field Values
-
STANDARD_LOGGER_LOG_WRITER
public static final String STANDARD_LOGGER_LOG_WRITER
- See Also:
- Constant Field Values
-
STANDARD_LOGGER_DEFAULT
public static final boolean STANDARD_LOGGER_DEFAULT
- See Also:
- Constant Field Values
-
JDK14_LOGGER_DEFAULT
public static final boolean JDK14_LOGGER_DEFAULT
- See Also:
- Constant Field Values
-
SLF4J_LOGGER_DEFAULT
public static final boolean SLF4J_LOGGER_DEFAULT
- See Also:
- Constant Field Values
-
-
Method Detail
-
isLoggerProperty
public static boolean isLoggerProperty(String property)
-
getLoggerProperties
public static Collection<String> getLoggerProperties()
-
getLoggerManager
public static LoggerManager getLoggerManager()
-
getLoggerManager
public static LoggerManager getLoggerManager(Properties properties)
-
getLoggerFactory
public LoggerFactory getLoggerFactory()
-
getParentLogger
public static Logger getParentLogger()
-
-