GrayLogger

Abstract Graylog Logger

Constructors

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

Members

Functions

clearAppender
void clearAppender()
fillAppender
void fillAppender(LogEntry payload)
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()

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