Skip to content
On this page

变量

go
var (
	Info    *log.Logger
	Warning *log.Logger
	Error   *log.Logger
)