GrayLogger

Abstract Graylog Logger

Constructors

this
this(Compress compress, string host, LogLevel v)

Members

Functions

clearAppender
void clearAppender()
Undocumented in source. Be warned that the author may not have intended to support it.
fillAppender
void fillAppender(LogEntry payload)
Undocumented in source. Be warned that the author may not have intended to support it.
formatMessage
void formatMessage(void delegate(const(char)[]) sink, LogEntry payload)
Undocumented in source. Be warned that the author may not have intended to support it.
host
string host()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_compress
Compress _compress;
Undocumented in source.
_dataAppender
Appender!(ubyte[]) _dataAppender;
Undocumented in source.
_host
string _host;
Undocumented in source.
_msgStart
string _msgStart;
Undocumented in source.
gelfVersion
enum string gelfVersion;
Undocumented in source.

Meta