Re: Log4j: EJB configuration

2004-08-24 Thread Jason Vinson
Would this be a situation for an EJB Container "startup class"? A project I worked on in the past specified a startup class in WebLogic 8.1's admin console that set up the rules engine for the application. I would imagine you could use this same setup for you logging configuration. Jason On 8/

Re: Writing a Socket Acceptor for SocketAppenders

2004-08-22 Thread Jason Vinson
luded in log4j. It uses a SocketNode instance to read the LoggingEvent from the wire before logging it to the local log4j environment. Check the souce code for: org.apache.log4j.net.SimpleSocketServer and org.apache.log4j.net.SocketNode On Sat, 21 Aug 2004 13:48:32 -0400 Jason Vinson &l

Writing a Socket Acceptor for SocketAppenders

2004-08-21 Thread Jason Vinson
I'm attempting to write a Socket Acceptor for some SocketAppenders, and I wondered if there was any good docs around on handling Socket Logging Messages. Thanks for any Pointers, Jason - To unsubscribe, e-mail: [EMAIL PROTECTED]