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 is also an AppendFiles that may suit your needs.
this(const(char[]) fp, Appender.Layout how = null)
Create a basic FileAppender to a file with the specified path.
Mask mask() [@property, override, final, const]
Return the fingerprint for this class
const(char)[] name() [@property, override, final, const]
Return the name of this class
void append(LogEvent event) [override, final]
Append an event to the output.
class Filer : Appender
Base class for file appenders
IConduit conduit() [@property, final]
Return the conduit
void close() [override, final]
Close the file associated with this Appender
Bout configure(IConduit conduit) [package, final]
Set the conduit