Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogAdapter ¶
type LogAdapter struct { Errorf func(string, ...interface{}) Warningf func(string, ...interface{}) Infof func(string, ...interface{}) Tracef func(string, ...interface{}) }
LogAdapter is an adapter to any backed logger
type SafeAdapter ¶
type SafeAdapter = LogAdapter
func NewSafeAdapter ¶
func NewSafeAdapter(from LogAdapter) SafeAdapter
Click to show internal directories.
Click to hide internal directories.