Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + const CustomDriver + const DailyDriver + const SingleDriver + const StackDriver + type Entry interface + Context func() context.Context + GetLevel func() Level + GetMessage func() string + GetTime func() time.Time + Level func() Level + Message func() string + Time func() time.Time + type Hook interface + Fire func(Entry) error + Levels func() []Level + type Level logrus.Level + const DebugLevel + const ErrorLevel + const FatalLevel + const InfoLevel + const PanicLevel + const WarningLevel + func ParseLevel(lvl string) (Level, error) + func (level *Level) UnmarshalText(text []byte) error + func (level Level) MarshalText() ([]byte, error) + func (level Level) String() string + type Log interface + WithContext func(ctx context.Context) Writer + type Logger interface + Handle func(channel string) (Hook, error) + type Writer interface + Debug func(args ...any) + Debugf func(format string, args ...any) + Error func(args ...any) + Errorf func(format string, args ...any) + Fatal func(args ...any) + Fatalf func(format string, args ...any) + Info func(args ...any) + Infof func(format string, args ...any) + Panic func(args ...any) + Panicf func(format string, args ...any) + Warning func(args ...any) + Warningf func(format string, args ...any)