----- Original Message ----- From: "Jorg Heymans" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 21, 2004 11:51 AM Subject: Re: JMeter log file - Roll over option
Thanks for looking into this. In the end I did a bit more investigation, and found that LogKit does not support config by properties file(s). Sorry, I should have remembered that I'd already found this out when I first looked at simplifying JMeter logging. [it was many moons of code ago...] The JMeter LoggingManager calls various LogKit methods depending on the values of the JMeter properties. Cocoon presumably does what JMeter does - uses its properties (in this case in XML files) to decide which Logkit methods to call. Avalon Logkit is easy to use and flexible, but the need to configure it directly is a bit of a nuisance. It would be nice if it could configure itself - but a quick search of the sources shows that the only property it seems to read is line.separator. It would make a nice add-on for Avalon Logkit ... S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

