Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoggerCenter ¶
type LoggerCenter interface { Info(v ...interface{}) Error(v ...interface{}) Panic(v ...interface{}) Debug(v ...interface{}) }
type Operator ¶
type Operator struct{}
执行者
func (*Operator) Debug ¶
func (this *Operator) Debug(lc LoggerCenter, v ...interface{})
func (*Operator) Error ¶
func (this *Operator) Error(lc LoggerCenter, v ...interface{})
func (*Operator) Info ¶
func (this *Operator) Info(lc LoggerCenter, v ...interface{})
func (*Operator) Panic ¶
func (this *Operator) Panic(lc LoggerCenter, v ...interface{})
Click to show internal directories.
Click to hide internal directories.