Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶ added in v1.0.3
type Logger struct {
// Decorate allows to modify the log message before it is written.
Decorate func(string) string
// contains filtered or unexported fields
}
Logger implements the forwarder.Logger interface using the standard log package.
Click to show internal directories.
Click to hide internal directories.