Documentation
¶
Index ¶
- Constants
- type CLog
- func (l *CLog) AutoRegistNotify(notifyInfo []map[string]any)
- func (l *CLog) Debugf(format string, v ...any)
- func (l *CLog) Debugln(v ...any)
- func (l *CLog) Errorf(format string, v ...any)
- func (l *CLog) Errorln(v ...any)
- func (l *CLog) Fatalf(format string, v ...any)
- func (l *CLog) Fatalln(v ...any)
- func (l *CLog) Infof(format string, v ...any)
- func (l *CLog) Infoln(v ...any)
- func (l *CLog) NDebugf(format string, v ...any)
- func (l *CLog) NDebugln(v ...any)
- func (l *CLog) NErrorf(format string, v ...any)
- func (l *CLog) NErrorln(v ...any)
- func (l *CLog) NFatalf(format string, v ...any)
- func (l *CLog) NFatalln(v ...any)
- func (l *CLog) NInfof(format string, v ...any)
- func (l *CLog) NInfoln(v ...any)
- func (l *CLog) NWarnf(format string, v ...any)
- func (l *CLog) NWarnln(v ...any)
- func (l *CLog) RegistNotify(name string, notify notification.Notification)
- func (l *CLog) SetLevel(level int64)
- func (l *CLog) Warnf(format string, v ...any)
- func (l *CLog) Warnln(v ...any)
Constants ¶
View Source
const ( LDEBUG = iota + 1 LWARN LINFO LERROR LFATAL )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLog ¶
type CLog struct {
// contains filtered or unexported fields
}
func (*CLog) AutoRegistNotify ¶
func (*CLog) RegistNotify ¶
func (l *CLog) RegistNotify(name string, notify notification.Notification)
Click to show internal directories.
Click to hide internal directories.