Documentation ¶
Index ¶
- Constants
- type Log
- func (l *Log) Debug(s string, args ...interface{})
- func (l *Log) Debugf(format string, args ...interface{})
- func (l *Log) Error(s string, args ...interface{})
- func (l *Log) Errorf(format string, args ...interface{})
- func (l *Log) Fatal(s string, args ...interface{})
- func (l *Log) Fatalf(format string, args ...interface{})
- func (l *Log) Info(s string, args ...interface{})
- func (l *Log) Infof(format string, args ...interface{})
- func (l *Log) Panic(s string, args ...interface{})
- func (l *Log) Panicf(format string, args ...interface{})
- func (l *Log) Warn(s string, args ...interface{})
- func (l *Log) Warnf(format string, args ...interface{})
Constants ¶
View Source
const (
ProjectName = "project"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.