Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddRequestFields ¶ added in v0.6.0
AddRequestFields returns a new context.Context that has the given request assigned
Types ¶
type Logger ¶
type Logger interface {
// Debugf prints a debug message
Debugf(msg string, args ...interface{})
// Infof prints a info message
Infof(msg string, args ...interface{})
// Warnf prints a warning message
Warnf(msg string, args ...interface{})
// Errorf prints an error message
Errorf(msg string, args ...interface{})
}
Logger is used by NextDHCP plugins to log important information
Click to show internal directories.
Click to hide internal directories.