org.jdbcdslog
Class Loggers

java.lang.Object
  extended by org.jdbcdslog.Loggers

public class Loggers
extends Object

Centralized place for ease of access for JDBC DS Log loggers.

Author:
Adrian Shum

Field Summary
static org.slf4j.Logger connectionLogger
           
static org.slf4j.Logger resultSetLogger
           
static org.slf4j.Logger slowQueryLogger
           
static org.slf4j.Logger statementLogger
           
 
Constructor Summary
Loggers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

slowQueryLogger

public static final org.slf4j.Logger slowQueryLogger

connectionLogger

public static final org.slf4j.Logger connectionLogger

resultSetLogger

public static final org.slf4j.Logger resultSetLogger

statementLogger

public static final org.slf4j.Logger statementLogger
Constructor Detail

Loggers

public Loggers()


Copyright © 2015. All rights reserved.