Versions in this module Expand all Collapse all v1 v1.0.0 Dec 3, 2021 Changes in this version + var G *loggingT + var GlogFlags struct + var MaxSize uint64 = 1024 * 1024 * 1800 + var Stats struct + func CopyStandardLogTo(name string) + func Debug(args ...interface{}) + func Debugf(format string, args ...interface{}) + func Error(args ...interface{}) + func ErrorDepth(depth int, args ...interface{}) + func Errorf(format string, args ...interface{}) + func Errorln(args ...interface{}) + func Fatal(args ...interface{}) + func FatalDepth(depth int, args ...interface{}) + func Fatalf(format string, args ...interface{}) + func Fatalln(args ...interface{}) + func Info(args ...interface{}) + func InfoDepth(depth int, args ...interface{}) + func Infof(format string, args ...interface{}) + func Infoln(args ...interface{}) + func Init() + func NewLogger(subdir string, resetLogDir bool) *loggingT + func Trace(args ...interface{}) + func Tracef(format string, args ...interface{}) + func Warning(args ...interface{}) + func WarningDepth(depth int, args ...interface{}) + func Warningf(format string, args ...interface{}) + func Warningln(args ...interface{}) + type Level int32 + func (l *Level) Get() interface{} + func (l *Level) Set(value string, tt *loggingT) error + func (l *Level) String() string + type LogDir string + func (ld *LogDir) Set(val string, tt *loggingT, resetLogDir bool) error + type LoggingT = loggingT + type OutputStats struct + func (s *OutputStats) Bytes() int64 + func (s *OutputStats) Lines() int64 + type Verbose struct + func V(level Level) Verbose + func (v Verbose) Info(args ...interface{}) + func (v Verbose) Infof(format string, args ...interface{}) + func (v Verbose) Infoln(args ...interface{})