TcpGrayLogger

TCP Graylog Logger

Constructors

this
this(TcpSocket socket, string host, LogLevel v, Flag!"nullDelimeter" useNull)

Graylog TCP connection does not support compression.

Members

Functions

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

Inherited Members

From SocketGrayLogger

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

Meta