[JDBC] Logging in the driver

2001-10-25 Thread Dave Cramer
I am looking at trying to debug the driver for staroffice. Unless someone can tell me otherwise, this requires logging. Currently the driver has a rudimentary mechanism for logging DriverManager.println() This is ok, but it doesn't provide for various levels of debugging. One possibility is to

Re: [JDBC] Logging in the driver

2001-10-25 Thread Gunnar Rønning
* "Dave Cramer" <[EMAIL PROTECTED]> wrote: | | This is ok, but it doesn't provide for various levels of debugging. | | One possibility is to use something like log4j, but given the recent | distaste for adding binaries to the download I am reluctant to add a | library. log4j support would have b

[JDBC] Logging in the driver

2001-10-25 Thread Dave Cramer
I am looking at trying to debug the driver for staroffice. Unless someone can tell me otherwise, this requires logging. Currently the driver has a rudimentary mechanism for logging DriverManager.println() This is ok, but it doesn't provide for various levels of debugging. One possibility is t