Documentation ¶
Index ¶
- type Clog
- func (sf Clog) Critical(format string, v ...interface{})
- func (sf Clog) Debug(format string, v ...interface{})
- func (sf Clog) Error(format string, v ...interface{})
- func (sf *Clog) LogMode(enable bool)
- func (sf *Clog) SetLogProvider(p LogProvider)
- func (sf Clog) Warn(format string, v ...interface{})
- type LogProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clog ¶
type Clog struct {
// contains filtered or unexported fields
}
Clog 日志内部调试实现
func (*Clog) SetLogProvider ¶
func (sf *Clog) SetLogProvider(p LogProvider)
SetLogProvider set provider provider
Click to show internal directories.
Click to hide internal directories.