https://issues.apache.org/bugzilla/show_bug.cgi?id=45165
Summary: Multifile Appender
Product: Log4j
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Appender
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Created an attachment (id=22098)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=22098)
MultiFileAppender implementation
The multifile sandbox project
(http://svn.apache.org/repos/asf/logging/sandbox/log4j/multifile) is currently
in an unusable state.
The goal of this Bug is to get a working implementation of the Multifile
Appender.
I attach a basic implementation of the MultiFileAppender.
It uses a SubAppender class which inherits from FileAppender and encapsulates
the File handling stuff.
The append method manages the open files and delegates the log events to the
SubAppenders.
There is a simple test case, that instantiates some threads, that log
simultaneously.
Any comments are welcome
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]