Method Summary |
|
public static PrintWriter | getLogWriter() Get the logging PrintWriter Stream. |
public static boolean | isActive() Retrieve the active status of the logger. |
public static void | logException(Exception e) Print an Exception stack trace to the log. |
public static void | logPacket(int streamId, boolean in, byte[] pkt) Print a dump of the current input or output network packet. |
public static void | println(String message) Print a diagnostic message to the output stream provided by
the DataSource or the DriverManager. |
public static void | setActive(boolean value) Turn the logging on or off. |
public static void | setLogWriter(PrintWriter out) Set the logging PrintWriter stream. |