
[ http://jira.qos.ch/browse/LBCORE-57?page=com.atlassian.jira.plugin.system.is... ] Bruno Navert updated LBCORE-57: ------------------------------- Attachment: DirectoryCreateRollingFileAppender.java This is an example of how a WriterAppender in general can append flush() The flush() method should be made part of WriterAppender, not in a subclass like I did
FlushableAppender -----------------
Key: LBCORE-57 URL: http://jira.qos.ch/browse/LBCORE-57 Project: logback-core Issue Type: Improvement Components: Appender Affects Versions: 0.9.9 Reporter: Bruno Navert Assignee: Logback dev list Priority: Minor Attachments: DirectoryCreateRollingFileAppender.java, FlushableAppender.java
Create a FlushableAppender interface for appenders that can be manually flushed (only relevant if bufferingIO is enabled) Interface can simply extend Appender and java.io.Flushable
-- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira