Versions in this module Expand all Collapse all v1 v1.0.6 Feb 25, 2021 v1.0.4 Feb 25, 2021 Changes in this version + const GoTime + func Debug(args ...interface{}) + func Debugf(format string, args ...interface{}) + func Error(args ...interface{}) + func Errorf(format string, args ...interface{}) + func GetOutFile() (out io.Writer) + func Info(args ...interface{}) + func Infof(format string, args ...interface{}) + func Init() func() + func Print(args ...interface{}) + func Printf(format string, args ...interface{}) + func Println(args ...interface{}) + func Warn(args ...interface{}) + func Warnf(format string, args ...interface{}) + type GiNanaStdFormatter struct + DisableColors bool + DisableTimestamp bool + TimestampFormat string + func (f *GiNanaStdFormatter) Format(entry *logrus.Entry) ([]byte, error) + func (f *GiNanaStdFormatter) LevelColor(level interface{}) string + func (f *GiNanaStdFormatter) NameColor() string + func (f *GiNanaStdFormatter) ResetColor() string + type Logger interface + Debug func(args ...interface{}) + Debugf func(format string, args ...interface{}) + Error func(args ...interface{}) + Errorf func(format string, args ...interface{}) + GetOutFile func() (out io.Writer) + Info func(args ...interface{}) + Infof func(format string, args ...interface{}) + Print func(args ...interface{}) + Printf func(format string, args ...interface{}) + Println func(args ...interface{}) + Warn func(args ...interface{}) + Warnf func(format string, args ...interface{}) + func GetLogger() Logger + type Loggers []Logger + func (h Loggers) Debug(args ...interface{}) + func (h Loggers) Debugf(format string, args ...interface{}) + func (h Loggers) Error(args ...interface{}) + func (h Loggers) Errorf(format string, args ...interface{}) + func (h Loggers) GetOutFile() (out io.Writer) + func (h Loggers) Info(args ...interface{}) + func (h Loggers) Infof(format string, args ...interface{}) + func (h Loggers) Print(args ...interface{}) + func (h Loggers) Printf(format string, args ...interface{}) + func (h Loggers) Println(args ...interface{}) + func (h Loggers) Warn(args ...interface{}) + func (h Loggers) Warnf(format string, args ...interface{})