Sure, write a PartialHourFilter with a property called 'maxMinutes', and if the current minute (calendarInstance.get(Calendar.MINUTE) is < maxMinutes,the filter's decide() method would return Filter.ACCEPT, otherwise Filter.NEUTRAL. Your appender of choice would use this filter and a DenyAllFilter to prevent appending anything past maxMinutes per hour.
Hope this helps, -Scott Scott Heaberlin http://www.heabdogg.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
