package
0.0.0-20240712004721-4dda8a5f2e9e
Repository: https://github.com/bad-superman/test.git
Documentation: pkg.go.dev
# Functions
Debug uses fmt.Sprint to construct and log a message.
Debugf uses fmt.Sprintf to log a templated message.
Debugw logs a message with some additional context.
DPanic uses fmt.Sprint to construct and log a message.
DPanicf uses fmt.Sprintf to log a templated message.
DPanicw logs a message with some additional context.
Error uses fmt.Sprint to construct and log a message.
Errorf uses fmt.Sprintf to log a templated message.
Errorw logs a message with some additional context.
Fatal uses fmt.Sprint to construct and log a message, then calls osugarLogger.Exit.
Fatalf uses fmt.Sprintf to log a templated message, then calls osugarLogger.Exit.
Fatalw logs a message with some additional context, then calls osugarLogger.Exit.
Info uses fmt.Sprint to construct and log a message.
Infof uses fmt.Sprintf to log a templated message.
Infow logs a message with some additional context.
No description provided by the author
Panic uses fmt.Sprint to construct and log a message, then panicsugarLogger.
Panicf uses fmt.Sprintf to log a templated message, then panicsugarLogger.
Panicw logs a message with some additional context, then panicsugarLogger.
Sync flushes any buffered log entriesugarLogger.
Warn uses fmt.Sprint to construct and log a message.
Warnf uses fmt.Sprintf to log a templated message.
Warnw logs a message with some additional context.