Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Port string
LogTypes []toolbox.FileLoggerConfig
}
Config represents a logger config
type Message ¶
type Message struct {
Timestamp time.Time
EventType string
EventID string
ClientIP string
ServerIP string
Request *bridge.HttpRequest
Error string
}
Message represent event log message
func NewMessage ¶
NewMessage creates a new message for provided request.
Click to show internal directories.
Click to hide internal directories.