Reply in line
"Noel J. Bergman" <[EMAIL PROTECTED]> on 04/10/2003 02:55:07 Please respond to "Avalon Developers List" <[EMAIL PROTECTED]> To: "James Developers List" <[EMAIL PROTECTED]> cc: "Avalon Developers List" <[EMAIL PROTECTED]> Subject: RE: Excalibur Logger Improvements > >I know we can rotate on size, but what would be the easiest way to keep just > >the above sort of size limited log? Is there a suitable log implementation > >already provided? The question wasn't how to get the protocol logger, but rather how to have a log file limited to either a certain size or number of log entries. I'm only familar with the rotation scheme, which could be used to rotate when the log reaches a limit, but that doesn't appear to directly handle the issue of keeping just the most recent messages, without having an external process deleting the old logs. <REPLY What (I believe) you are after is a rotation stratgey that effectively deletes information from the start as information is written to the back. I do not believe that logkit has such a strategy. Any particular reason why you need to retain exactly the number of messages or size? /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] **************************************************************** NOTICE - This message is intended only for the use of the addressee named above and may contain privileged and confidential information. If you are not the intended recipient of this message you are hereby notified that you must not disseminate, copy or take any action based upon it. If you received this message in error please notify HIC immediately. Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of HIC. **************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
