Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommonLogger ¶
type CommonLogger interface { Printf(format string, v ...interface{}) Println(v ...interface{}) }
CommonLogger represents common logging methods found across multiple libraries and stdlib.
func NewLogAdapter ¶
Click to show internal directories.
Click to hide internal directories.