HttpGrayLogger

HTTP Graylog Logger

Constructors

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

Members

Functions

http
HTTP http()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLogMsg
void writeLogMsg(LogEntry payload)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_http
HTTP _http;
Undocumented in source.

Inherited Members

From GrayLogger

gelfVersion
enum string gelfVersion;
Undocumented in source.
_host
string _host;
Undocumented in source.
_compress
Compress _compress;
Undocumented in source.
_msgStart
string _msgStart;
Undocumented in source.
_dataAppender
Appender!(ubyte[]) _dataAppender;
Undocumented in source.
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.
fillAppender
void fillAppender(LogEntry payload)
Undocumented in source. Be warned that the author may not have intended to support it.
clearAppender
void clearAppender()
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.

Meta