AppendFile

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.

Constructors

this
this(const(char[]) fp, Appender.Layout how)

Create a basic FileAppender to a file with the specified path.

Members

Functions

append
void append(LogEvent event)

Append an event to the output.

Properties

mask
Mask mask [@property getter]

Return the fingerprint for this class

name
const(char)[] name [@property getter]

Return the name of this class

Inherited Members

From Filer

buffer
Bout buffer;
Undocumented in source.
conduit
IConduit conduit [@property getter]

Return the conduit

close
void close()

Close the file associated with this Appender

configure
Bout configure(IConduit conduit)

Set the conduit

Meta