Documentation ¶
Index ¶
- Constants
- Variables
- func Color(code, msg string) string
- func Debug(a ...interface{})
- func Debugf(format string, a ...interface{})
- func Error(a ...interface{})
- func Errorf(format string, a ...interface{})
- func FileOpen(path string) (*os.File, error)
- func GetGID() uint64
- func Info(a ...interface{})
- func Infof(format string, a ...interface{})
- func Init() error
- func LevelName(level int) string
- func NameLevel(name string) int
- func Warning(a ...interface{})
- func Warningf(format string, a ...interface{})
- type Logger
- func (l *Logger) Debug(a ...interface{})
- func (l *Logger) Debugf(format string, a ...interface{})
- func (l *Logger) Error(a ...interface{})
- func (l *Logger) Errorf(format string, a ...interface{})
- func (l *Logger) GetLogFileSize() (int64, error)
- func (l *Logger) Info(a ...interface{})
- func (l *Logger) Infof(format string, a ...interface{})
- func (l *Logger) Output(level int, a ...interface{}) error
- func (l *Logger) Outputf(level int, format string, v ...interface{}) error
- func (l *Logger) SetDebugLevel(level int) error
- func (l *Logger) Warning(a ...interface{})
- func (l *Logger) Warningf(format string, a ...interface{})
Constants ¶
View Source
const ( Red = "0;31" Green = "0;32" Yellow = "0;33" Pink = "1;35" )
Variables ¶
View Source
var (
Stdout = os.Stdout
)
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.