log

package
v0.8.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2019 License: Apache-2.0 Imports: 13 Imported by: 40

Documentation

Index

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 Color

func Color(code, msg string) string

func Debug

func Debug(a ...interface{})

func Debugf

func Debugf(format string, a ...interface{})

func Error

func Error(a ...interface{})

func Errorf

func Errorf(format string, a ...interface{})

func FileOpen

func FileOpen(path string) (*os.File, error)

func GetGID

func GetGID() uint64

func GetLogFileSize

func GetLogFileSize() (int64, error)

func GetMaxLogChangeInterval

func GetMaxLogChangeInterval() int64

func Info

func Info(a ...interface{})

func Infof

func Infof(format string, a ...interface{})

func Init

func Init(a ...interface{})

func LevelName

func LevelName(level int) string

func NameLevel

func NameLevel(name string) int

func Warning

func Warning(a ...interface{})

func Warningf

func Warningf(format string, a ...interface{})

Types

type Logger

type Logger struct {
	// contains filtered or unexported fields
}
var Log *Logger

func New

func New(out io.Writer, prefix string, flag, level int, file *os.File) *Logger

func (*Logger) Debug

func (l *Logger) Debug(a ...interface{})

func (*Logger) Debugf

func (l *Logger) Debugf(format string, a ...interface{})

func (*Logger) Error

func (l *Logger) Error(a ...interface{})

func (*Logger) Errorf

func (l *Logger) Errorf(format string, a ...interface{})

func (*Logger) Info

func (l *Logger) Info(a ...interface{})

func (*Logger) Infof

func (l *Logger) Infof(format string, a ...interface{})

func (*Logger) Output

func (l *Logger) Output(level int, a ...interface{}) error

func (*Logger) Outputf

func (l *Logger) Outputf(level int, format string, v ...interface{}) error

func (*Logger) SetDebugLevel

func (l *Logger) SetDebugLevel(level int) error

func (*Logger) Warning

func (l *Logger) Warning(a ...interface{})

func (*Logger) Warningf

func (l *Logger) Warningf(format string, a ...interface{})

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL