package
Version:
v0.0.0-...-2081a44
Opens a new window with list of versions in this module.
Published: Jun 10, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Formats = map[string]Format{
"rfc5424": RFC5424,
"rfc3164": RFC3164,
"json": JSON,
"rsyslogjson": RsyslogJSON,
"gelf": GELF,
"influxdb": InfluxDB,
"protobuf": Protobuf,
"collectd": Collectd,
"w3c": W3C,
"ltsv": LTSV,
}
const (
RFC5424 Format = iota
RFC3164
JSON
RsyslogJSON
GELF
InfluxDB
Protobuf
Collectd
W3C
LTSV
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.