Documentation ¶
Index ¶
- Variables
- func Debug(msg string) logger.LogBuilder
- func Debugf(format string, v ...any) logger.LogBuilder
- func Error(msg string) logger.LogBuilder
- func Errorf(format string, v ...any) logger.LogBuilder
- func Fatal(msg string) logger.LogBuilder
- func Fatalf(format string, v ...any) logger.LogBuilder
- func Info(msg string) logger.LogBuilder
- func Infof(format string, v ...any) logger.LogBuilder
- func NoExit()
- func NoPanic()
- func Panic(msg string) logger.LogBuilder
- func Panicf(format string, v ...any) logger.LogBuilder
- func SetLevel(l logger.LogLevel)
- func Warn(msg string) logger.LogBuilder
- func Warnf(format string, v ...any) logger.LogBuilder
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Debug ¶
func Debug(msg string) logger.LogBuilder
Debug creates a new debug event with the given message
func Debugf ¶
func Debugf(format string, v ...any) logger.LogBuilder
Debugf creates a new debug event with the formatted message
func Error ¶
func Error(msg string) logger.LogBuilder
Error creates a new error event with the given message
func Errorf ¶
func Errorf(format string, v ...any) logger.LogBuilder
Errorf creates a new error event with the formatted message
func Fatal ¶
func Fatal(msg string) logger.LogBuilder
Fatal creates a new fatal event with the given message
func Fatalf ¶
func Fatalf(format string, v ...any) logger.LogBuilder
Fatalf creates a new fatal event with the formatted message
func Info ¶
func Info(msg string) logger.LogBuilder
Info creates a new info event with the given message
func Infof ¶
func Infof(format string, v ...any) logger.LogBuilder
Infof creates a new info event with the formatted message
func Panic ¶
func Panic(msg string) logger.LogBuilder
Fatal creates a new fatal event with the given message
func Panicf ¶
func Panicf(format string, v ...any) logger.LogBuilder
Fatalf creates a new fatal event with the formatted message
func Warn ¶
func Warn(msg string) logger.LogBuilder
Warn creates a new warn event with the given message
func Warnf ¶
func Warnf(format string, v ...any) logger.LogBuilder
Warnf creates a new warn event with the formatted message
Types ¶
This section is empty.