Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
type Instance struct {
// contains filtered or unexported fields
}
Instance allows to instantiate multiple loggers. It is recommended to use only one logger instance per package.
func (*Instance) Errorf ¶
Errorf logs a message with ERROR log level. format and args implement fmt.Printf semantics.
Click to show internal directories.
Click to hide internal directories.