Howdy,

I have followed the steps described in the wiki pages for this.

Currently it only seems to want to log to the file
org.openoffice.sdbc.jdbcBridge.log in the OOo $USER directory.

Reading the wiki pages I decided the following 3
lines:

setLogLevel( "org.openoffice.logging.DefaultLogger", com.sun.star.logging.LogLevel.SEVERE )

setLogLevel( "org.openoffice.sdbc.jdbcBridge", com.sun.star.logging.LogLevel.FINEST )

logToFile( "org.openoffice.sdbc.jdbcBridge", converttoURL("c:\tmp\0001_jdbc" ) ) should create a file in the c:\tmp directory - but I seem to be doing something wrong - then again the file org.openoffice.sdbc.jdbcBridge.log is chuck full of data. ( I have tried a number of variations on that file name also - but to no avail )

If I am doing something wrong could you let me know what, if not then would you want an issue opened for this?

Also I notice that on the wiki overview page the links for ConsoleHandler <http://api.openoffice.org/docs/common/ref/com/sun/star/logging/ConsoleHandler.html>, FileHandler <http://api.openoffice.org/docs/common/ref/com/sun/star/logging/FileHandler.html> and the PlainTextFormatter <http://api.openoffice.org/docs/common/ref/com/sun/star/logging/PlainTextFormatter.html> seem to be broken.

Thanks

Drew



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to