Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogfileSettings ¶
type Settings ¶
type Settings struct {
File struct {
WriteTo bool
Settings LogfileSettings
}
Syslog struct {
Local bool
LocalSettings struct {
Severity string
Facility string
Tag string
}
UDP bool
UDPSettings struct {
Severity string
Facility string
Tag string
Address string
Port string
}
TCP bool
TCPSettings struct {
Severity string
Facility string
Tag string
Address string
Port string
}
}
}
Click to show internal directories.
Click to hide internal directories.