vibegraylog ~master (2021-12-16T11:31:48Z)
Dub
Repo
GrayLoggerConfig
vibegraylog
Undocumented in source.
@
safe
struct
GrayLoggerConfig {
string
url
;
ushort
port
;
string
thisHost
;
ulong
shortMessageLength
;
ushort
chuckSize
;
}
Members
Variables
chuckSize
ushort
chuckSize
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
shortMessageLength
ulong
shortMessageLength
;
Undocumented in source.
thisHost
string
thisHost
;
Undocumented in source.
url
string
url
;
Undocumented in source.
Meta
Source
See Implementation
vibegraylog
classes
GrayLogger
functions
vibeLogLevel
structs
GrayLoggerConfig