Documentation
¶
Index ¶
- func Debug(m string)
- func Debugf(m string, args ...interface{})
- func Error(m string)
- func Errorf(m string, args ...interface{})
- func Info(m string)
- func Infof(m string, args ...interface{})
- func Init(recorder Recorder)
- func Warn(m string)
- func Warnf(m string, args ...interface{})
- type GlogRecorder
- type Recorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GlogRecorder ¶
type GlogRecorder struct {
Recorder
}
func (*GlogRecorder) Debug ¶
func (l *GlogRecorder) Debug(m string)
func (*GlogRecorder) Error ¶
func (l *GlogRecorder) Error(m string)
func (*GlogRecorder) Info ¶
func (l *GlogRecorder) Info(m string)
func (*GlogRecorder) Warn ¶
func (l *GlogRecorder) Warn(m string)
Click to show internal directories.
Click to hide internal directories.