Versions in this module Expand all Collapse all v1 v1.0.0 Sep 15, 2021 Changes in this version + const Debug + const Error + const Fatal + const Info + const Warn + type LogLevel glg.LEVEL + type Logger interface + Close func() error + Debug func(format string, v ...interface{}) + Error func(format string, v ...interface{}) + Fatal func(format string, v ...interface{}) + Info func(format string, v ...interface{}) + Warn func(format string, v ...interface{}) + func New(logLevel LogLevel, outputFlags Output, logPath string) (Logger, error) + type Output int + const Discard + const FileOut + const StdOut