HttpGrayLogger.this

class HttpGrayLogger
@trusted
this
(
HTTP http
,
Compress compress
,
string host
,
LogLevel v
)

Parameters

http HTTP

HTTP configuration. See std.net.curl.

compress Compress

compress algorithm. Sets null or Compress.init to send messages without compression.

host string

local service name

v LogLevel

log level

Meta