How can I write to the log used by DriverManager and JDBC drivers?
Created May 7, 2012
Joe Sam Shirah The simplest method is to use DriverManager.println(String message), which will write to the current log.
Created May 7, 2012