Package com.nuodb.jdbc.logger
Class Jdk14LoggerFactory
- java.lang.Object
-
- com.nuodb.jdbc.logger.Jdk14LoggerFactory
-
- All Implemented Interfaces:
LoggerFactory
public class Jdk14LoggerFactory extends Object implements LoggerFactory
- Author:
- Sergey Bushik
-
-
Field Summary
Fields Modifier and Type Field Description static LoggerPARENT_LOGGER-
Fields inherited from interface com.nuodb.jdbc.logger.LoggerFactory
PARENT_LOGGER_NAME
-
-
Constructor Summary
Constructors Constructor Description Jdk14LoggerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggergetLogger()LoggergetLogger(String loggerName)voidinit(Properties properties)
-
-
-
Field Detail
-
PARENT_LOGGER
public static final Logger PARENT_LOGGER
-
-
Method Detail
-
init
public void init(Properties properties)
- Specified by:
initin interfaceLoggerFactory
-
getLogger
public Logger getLogger()
- Specified by:
getLoggerin interfaceLoggerFactory
-
getLogger
public Logger getLogger(String loggerName)
- Specified by:
getLoggerin interfaceLoggerFactory
-
-