tango.util.log.AppendFiles

License:

BSD style: see license.txt

Version:

Initial release: May 2004

Author:

Kris
class AppendFiles : Filer [public] #
Append log messages to a file set.
this(char[] path, int count, ulong maxSize, Appender.Layout how = null) #
Create a RollingFileAppender upon a file-set with the specified path and optional layout.
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