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(istring 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.

file
File file()

File that this appender appends to.

mask
Mask mask()
name
istring name()

Return the name of this class

Inherited Members

From Filer

buffer
Bout buffer;
Undocumented in source.
conduit
IConduit conduit()

Return the conduit

close
void close()

Close the file associated with this Appender

configure
Bout configure(IConduit conduit)

Set the conduit

Meta