FileLogger

Undocumented in source.

Constructors

this
this(Layout layout, string name, uint levels)
Undocumented in source.
this
this(Layout layout, File file, uint levels)
Undocumented in source.

Members

Functions

append
void append(EventInfo eventInfo, void delegate(scope Sink sink) putMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
fileDescriptor
Nullable!int fileDescriptor()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Logger

append
void append(EventInfo eventInfo, void delegate(scope Sink sink) putMessage)
Undocumented in source.
fileDescriptor
Nullable!int fileDescriptor()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta