tango.util.log.AppendFile

License:
BSD style:

Version:
Initial release: May 2004

author:
Kris

class AppendFile: tango.util.log.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.

final const @property Mask mask();
Return the fingerprint for this class

final const @property const(char)[] name();
Return the name of this class

final void append(LogEvent event);
Append an event to the output.

abstract class Filer: tango.util.log.Log.Appender;
Base class for file appenders

final @property IConduit conduit();
Return the conduit

final void close();
Close the file associated with this Appender

package final Bout configure(IConduit conduit);
Set the conduit


Page generated by Ddoc. Copyright (c) 2004 Kris Bell. All rights reserved