Versions in this module Expand all Collapse all v0 v0.0.1 Jan 28, 2022 Changes in this version + var DefaultCustomOptions = &CustomOptions + func AddCtxFields(fields []string) + func AddHook(hook log.Hook) + func Debug(args ...interface{}) + func DebugFn(fn log.LogFunction) + func DebugFnX(ctx context.Context, fn log.LogFunction) + func DebugX(ctx context.Context, args ...interface{}) + func Debugf(format string, args ...interface{}) + func DebugfX(ctx context.Context, format string, args ...interface{}) + func Debugln(args ...interface{}) + func DebuglnX(ctx context.Context, args ...interface{}) + func Error(args ...interface{}) + func ErrorFn(fn log.LogFunction) + func ErrorFnX(ctx context.Context, fn log.LogFunction) + func ErrorX(ctx context.Context, args ...interface{}) + func Errorf(format string, args ...interface{}) + func ErrorfX(ctx context.Context, format string, args ...interface{}) + func Errorln(args ...interface{}) + func ErrorlnX(ctx context.Context, args ...interface{}) + func Fatal(args ...interface{}) + func FatalFn(fn log.LogFunction) + func FatalFnX(ctx context.Context, fn log.LogFunction) + func FatalX(ctx context.Context, args ...interface{}) + func Fatalf(format string, args ...interface{}) + func FatalfX(ctx context.Context, format string, args ...interface{}) + func Fatalln(args ...interface{}) + func FatallnX(ctx context.Context, args ...interface{}) + func Info(args ...interface{}) + func InfoFn(fn log.LogFunction) + func InfoFnX(ctx context.Context, fn log.LogFunction) + func InfoX(ctx context.Context, args ...interface{}) + func Infof(format string, args ...interface{}) + func InfofX(ctx context.Context, format string, args ...interface{}) + func Infoln(args ...interface{}) + func InfolnX(ctx context.Context, args ...interface{}) + func InitLogger() + func Panic(args ...interface{}) + func PanicFn(fn log.LogFunction) + func PanicFnX(ctx context.Context, fn log.LogFunction) + func PanicX(ctx context.Context, args ...interface{}) + func Panicf(format string, args ...interface{}) + func PanicfX(ctx context.Context, format string, args ...interface{}) + func Panicln(args ...interface{}) + func PaniclnX(ctx context.Context, args ...interface{}) + func Print(args ...interface{}) + func PrintFn(fn log.LogFunction) + func PrintFnX(ctx context.Context, fn log.LogFunction) + func PrintX(ctx context.Context, args ...interface{}) + func Printf(format string, args ...interface{}) + func PrintfX(ctx context.Context, format string, args ...interface{}) + func Println(args ...interface{}) + func PrintlnX(ctx context.Context, args ...interface{}) + func Trace(args ...interface{}) + func TraceFn(fn log.LogFunction) + func TraceFnX(ctx context.Context, fn log.LogFunction) + func TraceX(ctx context.Context, args ...interface{}) + func Tracef(format string, args ...interface{}) + func TracefX(ctx context.Context, format string, args ...interface{}) + func Traceln(args ...interface{}) + func TracelnX(ctx context.Context, args ...interface{}) + func Warn(args ...interface{}) + func WarnFn(fn log.LogFunction) + func WarnFnX(ctx context.Context, fn log.LogFunction) + func WarnX(ctx context.Context, args ...interface{}) + func Warnf(format string, args ...interface{}) + func WarnfX(ctx context.Context, format string, args ...interface{}) + func Warning(args ...interface{}) + func WarningFn(fn log.LogFunction) + func WarningFnX(ctx context.Context, fn log.LogFunction) + func WarningX(ctx context.Context, args ...interface{}) + func Warningf(format string, args ...interface{}) + func WarningfX(ctx context.Context, format string, args ...interface{}) + func Warningln(args ...interface{}) + func WarninglnX(ctx context.Context, args ...interface{}) + func Warnln(args ...interface{}) + func WarnlnX(ctx context.Context, args ...interface{}) + func WithContext(ctx context.Context) *log.Entry + func WithError(err error) *log.Entry + func WithField(key string, value interface{}) *log.Entry + func WithFields(fields log.Fields) *log.Entry + func WithTime(t time.Time) *log.Entry + type BaseOptions struct + Level string + Path string + RotationTime time.Duration + WithMaxAge time.Duration + type CustomOptions struct + CtxFiles []string + InternalFilesPrefix string