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
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
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)