public final class Logger extends Object
Logger()
Logger(int connectionID)
void
debug(String str)
debug(String str, Throwable t)
int
getLogLevel()
info(String str)
info(String str, Throwable t)
log(String str, Throwable t)
boolean
logDebug()
logInfo()
setLogLevel(int level)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Logger()
public Logger(int connectionID)
public void setLogLevel(int level)
public int getLogLevel()
public boolean logDebug()
public boolean logInfo()
public void debug(String str)
public void debug(String str, Throwable t)
public void info(String str)
public void info(String str, Throwable t)
public void log(String str, Throwable t)
Copyright © 2016 PostgreSQL Global Development Group. All rights reserved.