Hi Joe, The Appender is not available in a public Maven repository. I usually recommend that users just publish it into their local repository. There's a POM file on my site.
I guess if you take one of the TASRA's sample configurations, and then try to do the same stuff with Log4J Extras, you'll see what you can and can't do with each. But it really depends upon the features you want to use. At its most basic, you can certainly do the same stuff with the TASRA as you can with Log4J Extras. For some of the more interesting functionality, I think the TASRA is a little ahead. Best Regards, Simon ________________________________ From: Joe.Littlejohn <[email protected]> To: [email protected] Sent: Tue, 19 April, 2011 18:24:45 Subject: Re: TimeAndSizeRollingAppender Simon, Your appender looks to be exactly what we need. Is this available in a Maven repo anywhere?? Also, I saw a mention in one of your mails to this group that you made this appender 'before stumbling on log4j extras'. Does this mean that log4j extras has an equivalent appender? Cheers, Joe Simon Park wrote: > > Hi, > > I contributed a TimeAndSizeRollingAppender last year that some people have > been using. I have fixed a couple of bugs that users pointed out and made > the new code available at http://www.simonsite.org.uk/. > > The appender rolls by time, as well as by size, also cleaning up older log > files using a separate thread. It's compatible with Log4J 1.2.9 - 1.2.15. > > Hopefully this is useful. > > Simon > -- View this message in context: http://old.nabble.com/TimeAndSizeRollingAppender-tp21093197p31434636.html Sent from the Log4j - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
