BSD style: see
license.txt
Initial release: May 2004
Kris
- class AppendFiles : Filer [public] ¶#
-
Append log messages to a file set.
- this(char[] path, int count, long maxSize, Appender.Layout how = null) ¶#
-
Create a RollingFileAppender upon a file-set with the
specified path and optional layout. The minimal file
count is two and the maximum is 1000. Note that files
are numbered starting with zero rather than one.
Where a file set already exists, we resume appending to
the one with the most recent activity timestamp.
- Mask mask() [final] ¶#
-
Return the fingerprint for this class
- char[] name() [final] ¶#
-
Return the name of this class
- void append(LogEvent event) [synchronized, final] ¶#
-
Append an event to the output.
- void nextFile(bool reset) [private] ¶#
-
Switch to the next file within the set