Uses of Interface
com.nuodb.jdbc.logger.Logger
-
Packages that use Logger Package Description com.nuodb.jdbc com.nuodb.jdbc.logger com.nuodb.jdbc.pool -
-
Uses of Logger in com.nuodb.jdbc
Methods in com.nuodb.jdbc that return Logger Modifier and Type Method Description LoggerRemConnection. getLogger()LoggerRemResultSet. getLogger()LoggerRemStatement. getLogger()Methods in com.nuodb.jdbc with parameters of type Logger Modifier and Type Method Description static voidRemSQLUtils. close(Connection connection, Logger logger)static voidRemSQLUtils. close(ResultSet resultSet, Logger logger)static voidRemSQLUtils. close(Statement statement, Logger logger) -
Uses of Logger in com.nuodb.jdbc.logger
Classes in com.nuodb.jdbc.logger that implement Logger Modifier and Type Class Description classJdk14LoggerJdk14Logger is controller by java.util.logging.LogManager, which uses java.util.logging.config.file system property to load config file.classNoopLoggerclassSlf4jLoggerclassStandardLoggerLogger is used to print messages to the standard JDBC log writer set throughDriverManager.setLogWriter(PrintWriter)or custom log writer.Methods in com.nuodb.jdbc.logger that return Logger Modifier and Type Method Description LoggerJdk14LoggerFactory. getLogger()LoggerJdk14LoggerFactory. getLogger(String loggerName)LoggerLoggerFactory. getLogger()LoggerLoggerFactory. getLogger(String loggerName)LoggerNoopLoggerFactory. getLogger()LoggerNoopLoggerFactory. getLogger(String loggerName)LoggerSlf4jLoggerFactory. getLogger()LoggerSlf4jLoggerFactory. getLogger(String loggerName)LoggerStandardLoggerFactory. getLogger()LoggerStandardLoggerFactory. getLogger(String loggerName) -
Uses of Logger in com.nuodb.jdbc.pool
Methods in com.nuodb.jdbc.pool that return Logger Modifier and Type Method Description LoggerDefaultObjectPool. getLogger()LoggerObjectPool. getLogger()Methods in com.nuodb.jdbc.pool with parameters of type Logger Modifier and Type Method Description voidDefaultObjectPool. setLogger(Logger logger)voidObjectPool. setLogger(Logger logger)
-