Looking for an extended Daily Rolling File Appender

2009-06-02 Thread collatz

Hi there!

I'm looking for an Appender which offers the functionality of the Daily
Rolling File Appender plus one more thing: It must be able to log only
Information containing a given keyword.

I.e. i want to define a specific material number as keyword, and only
information concerning this material number should be logged by this
appender.

I hope you have a hint for me.

Thanks for your help.
-- 
View this message in context: 
http://www.nabble.com/Looking-for-an-extended-Daily-Rolling-File-Appender-tp23829677p23829677.html
Sent from the Log4j - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org



Re: Looking for an extended Daily Rolling File Appender

2009-06-02 Thread Yair Ogen
Did you look at the log4j Filter support?

On Tue, Jun 2, 2009 at 1:22 PM, collatz ny...@nurfuerspam.de wrote:


 Hi there!

 I'm looking for an Appender which offers the functionality of the Daily
 Rolling File Appender plus one more thing: It must be able to log only
 Information containing a given keyword.

 I.e. i want to define a specific material number as keyword, and only
 information concerning this material number should be logged by this
 appender.

 I hope you have a hint for me.

 Thanks for your help.
 --
 View this message in context:
 http://www.nabble.com/Looking-for-an-extended-Daily-Rolling-File-Appender-tp23829677p23829677.html
 Sent from the Log4j - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
 For additional commands, e-mail: log4j-user-h...@logging.apache.org




RE: Looking for an extended Daily Rolling File Appender

2009-06-02 Thread Michael Erskine
Why not use grep and cron?

(There seems to be an endless movement to try and make Log4j perform the tasks 
already performed perfectly by established tools!)

Regards,
Michael Erskine.

-
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org