Using the same tables for log4j with JDBC appender and Log4PLSQL

2006-03-07 Thread duvelbier-tsmets
We are foreseing to use Log4PLSQL in our DB & I was wandering if we could use this for our WebApp too... I would like to kknow if there are people who use both and preferably inserting the messages into the same tables ? Tx, \T, -- Any fool can write code that a computer can understand. Good

Re: JDBCAppender to MS Access Database

2006-03-07 Thread duvelbier-tsmets
It should be doable with the OJDBC driver... Slow and definitively not a smart idea ... IMHO but it should work \T, -- Any fool can write code that a computer can understand. Good programmers write code that humans can understand. Martin Fowler

Re: log4j-1.3alpha-7.jar: two different archives in Chainsaw and Log4J distributions.

2006-03-07 Thread Eric Frizziero
Hi Scott! My Java application uses a socketAppender (programmatically) to send log messages to Chainsaw. *** SocketAppender socketAppender = new SocketAppender(); socketAppender.setRemoteHost(); socketAppender.setPort( ); socketAppender.setThreshold(); socketAppender.setLocationInfo(true)