AppendFiles

Append log messages to a file set

Constructors

this
this(const(char)[] path, int count, long maxSize, Appender.Layout how)

Create an AppendFiles upon a file-set with the specified path and optional layout. The minimal file count is two and the maximum is 1000 (explicitly 999). Note that files are numbered starting with zero rather than one.

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