Documentation ¶
Index ¶
- func NewZsskyLog() log.Logger
- type Log
- func (l *Log) Close() error
- func (l *Log) Debug(v ...interface{})
- func (l *Log) Debugf(format string, v ...interface{})
- func (l *Log) Error(v ...interface{})
- func (l *Log) Errorf(format string, v ...interface{})
- func (l *Log) Fatal(v ...interface{})
- func (l *Log) Fatalf(format string, v ...interface{})
- func (l *Log) Fatalln(v ...interface{})
- func (l *Log) Info(v ...interface{})
- func (l *Log) Infof(format string, v ...interface{})
- func (l *Log) Panic(v ...interface{})
- func (l *Log) Panicf(format string, v ...interface{})
- func (l *Log) Panicln(v ...interface{})
- func (l *Log) Print(v ...interface{})
- func (l *Log) Printf(format string, v ...interface{})
- func (l *Log) Println(v ...interface{})
- func (l *Log) StartAndGC(config log.Config) error
- func (l *Log) Warn(v ...interface{})
- func (l *Log) Warnf(format string, v ...interface{})
- func (l *Log) Warning(v ...interface{})
- func (l *Log) Warningf(format string, v ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewZsskyLog ¶
NewZsskyLog create new zssky log with default collection name.
Types ¶
type Log ¶
type Log struct {
// contains filtered or unexported fields
}
Log is log adapter.
func (*Log) StartAndGC ¶
StartAndGC start log adapter.
Click to show internal directories.
Click to hide internal directories.