RE: Encryption of log

2006-06-15 Thread Jan-Olof Sivtoft
PROTECTED] Sent: den 14 juni 2006 17:56 To: Log4J Users List Subject: Re: Encryption of log On Jun 14, 2006, at 2:33 AM, Jan-Olof Sivtoft wrote: > Hi > > The project Im working with want to encrypt the log file. It also want > to use RollingFileAppender. My intention was to extend >

RE: [SPAM (Bayesain Analysis)] - Re: Encryption of log - Bayesian Filter detected spam

2006-06-15 Thread Bender Heri
Re: Encryption of log - Bayesian > Filter detected spam > > > what is ChiperOutputStream? I have the same > requirement but not sure what is the option to do it > yet. Thanks > > --- Jan-Olof Sivtoft > <[EMAIL PROTECTED]> wrote: > > > Hi > > >

Re: Encryption of log

2006-06-14 Thread xhu1
what is ChiperOutputStream? I have the same requirement but not sure what is the option to do it yet. Thanks --- Jan-Olof Sivtoft <[EMAIL PROTECTED]> wrote: > Hi > > The project Im working with want to encrypt the log > file. It also want > to use RollingFileAppender. My intention was to > exten

Re: Encryption of log

2006-06-14 Thread Curt Arnold
On Jun 14, 2006, at 2:33 AM, Jan-Olof Sivtoft wrote: Hi The project Im working with want to encrypt the log file. It also want to use RollingFileAppender. My intention was to extend RollingFileAppender and change the creation of FileOutputStream to ChiperOutputStream and override setFile in Fi

Re: Encryption of log

2006-06-14 Thread Xavier Outhier
Jan-Olof Sivtoft wrote: Hi The project Im working with want to encrypt the log file. It also want to use RollingFileAppender. My intention was to extend RollingFileAppender and change the creation of FileOutputStream to ChiperOutputStream and override setFile in FileAppender to do the same and

Encryption of log

2006-06-14 Thread Jan-Olof Sivtoft
Hi The project Im working with want to encrypt the log file. It also want to use RollingFileAppender. My intention was to extend RollingFileAppender and change the creation of FileOutputStream to ChiperOutputStream and override setFile in FileAppender to do the same and so on, but RollingFileAppen