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