SyslogLogger

Undocumented in source.

Constructors

this
this(Layout layout, string identifier, uint levels)
Undocumented in source.

Members

Enums

SyslogLevel
enum SyslogLevel
Undocumented in source.

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.

Static functions

priority
SyslogLevel priority(LogLevel level)
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