Versions in this module Expand all Collapse all v0 v0.1.1 Mar 27, 2020 v0.1.0 Mar 16, 2020 Changes in this version + var MaxSize uint64 = 1024 * 1024 * 1800 + var Stats struct + func Close() + func CopyStandardLogTo(name string) + func Error(args ...interface{}) + func ErrorDepth(depth int, args ...interface{}) + func Errorf(format string, args ...interface{}) + func Errorln(args ...interface{}) + func Exit(args ...interface{}) + func ExitDepth(depth int, args ...interface{}) + func Exitf(format string, args ...interface{}) + func Exitln(args ...interface{}) + func Fatal(args ...interface{}) + func FatalDepth(depth int, args ...interface{}) + func Fatalf(format string, args ...interface{}) + func Fatalln(args ...interface{}) + func Flush() + func Info(args ...interface{}) + func InfoDepth(depth int, args ...interface{}) + func Infof(format string, args ...interface{}) + func Infoln(args ...interface{}) + func Open(opts ...Opt) + 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) error + func (l *Level) String() string + type Opt func(*loggingT) + func AlsoLogToStderr(flag bool) Opt + func LogDir(dir string) Opt + func LogToStderr(flag bool) Opt + func StderrThreshold(value string) Opt + func TraceLocation(value string) Opt + func VModule(value string) Opt + func Verbosity(v int) Opt + type OutputStats struct + func (s *OutputStats) Bytes() int64 + func (s *OutputStats) Lines() int64 + type Verbose bool + 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{})