tango.util.log.AppendFile

License:

BSD style: see license.txt

Version:

Initial release: May 2004

Author:

Kris
class AppendFile : Filer #
Append log messages to a file. This basic version has no rollover support, so it just keeps on adding to the file. There's also a RollingFileAppender that may suit your needs.
this(char[] fp, Appender.Layout how = null) #
Create a basic FileAppender to a file with the specified path.
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.
class Filer : Appender #
Base class for file appenders
IConduit conduit() [final] #
Return the conduit
void close() [synchronized, final] #
Close the file associated with this Appender
Bout configure(IConduit conduit) [package, final] #
Set the conduit