Re: SocketTextAppender class

2001-05-25 Thread Ceki Gülcü
LOG4J Developers Mailing List >Subject: Re: SocketTextAppender class > > >I'm sure we can find a place for it. You should change the code to use >the new JavaBean style configuration, though. This means not using the >deprecated getOptionStrings and setOption, but

Re: SocketTextAppender class

2001-05-23 Thread Dan Sieroka
I attached the wrong file by accident. The changes have been made. Dan -Original Message- From: Anders Kristensen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 1:17 PM To: LOG4J Developers Mailing List Subject: Re: SocketTextAppender class I'm sure we can find a plac

RE: SocketTextAppender class

2001-05-23 Thread Dan Sieroka
I attached the wrong file by accident. The changes have been made. Dan -Original Message- From: Anders Kristensen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 1:17 PM To: LOG4J Developers Mailing List Subject: Re: SocketTextAppender class I'm sure we can find a plac

Re: SocketTextAppender class

2001-05-23 Thread Anders Kristensen
I'm sure we can find a place for it. You should change the code to use the new JavaBean style configuration, though. This means not using the deprecated getOptionStrings and setOption, but rather have setRemoteHost(String), setPort(int), setReconnectionDelay(int), and what have you. This is how So

SocketTextAppender class

2001-05-23 Thread Dan Sieroka
Hi, I've created a new class for sending text over a socket, rather than a serialized object. It is very similar to the the SocketAppender class. How do I get this added to future log4j distributions? (If anyone wants it) Dan <> SocketTextAppender.java ---