[logback-dev] [JIRA] Updated: (LBCORE-57) FlushableAppender
Bruno Navert (JIRA)
noreply-jira at qos.ch
Fri Sep 26 13:28:50 CEST 2008
[ http://jira.qos.ch/browse/LBCORE-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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
More information about the logback-dev
mailing list