Documentation ¶
Index ¶
- Constants
- Variables
- func CheckIfNeedNewFile() bool
- func ClosePrintLog() error
- 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 GetLogFileSize() (int64, error)
- func GetMaxLogChangeInterval() int64
- func Info(a ...interface{})
- func Infof(format string, a ...interface{})
- func Init(a ...interface{})
- 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) 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" )
View Source
const (
Path = "./Log/"
)
Variables ¶
View Source
var (
Stdout = os.Stdout
)
Functions ¶
func CheckIfNeedNewFile ¶
func CheckIfNeedNewFile() bool
func ClosePrintLog ¶
func ClosePrintLog() error
func GetLogFileSize ¶
func GetMaxLogChangeInterval ¶
func GetMaxLogChangeInterval() int64
Types ¶
type Logger ¶
type Logger struct {
// contains filtered or unexported fields
}
var Log *Logger
func (*Logger) SetDebugLevel ¶
Click to show internal directories.
Click to hide internal directories.