SocketGrayLogger

Abstract Socket Graylog Logger

Constructors

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

Members

Functions

socket
Socket socket()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_socket
Socket _socket;
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