Documentation ¶
Index ¶
- func Debug(args ...any)
- func Debugf(format string, args ...any)
- func Error(args ...any)
- func Errorf(format string, args ...any)
- func Info(args ...any)
- func Infof(format string, args ...any)
- func Panic(args ...any)
- func Panicf(format string, args ...any)
- func Warn(args ...any)
- func Warnf(format string, args ...any)
- type FmtPrinter
- func (f FmtPrinter) Debug(args ...any)
- func (f FmtPrinter) Debugf(format string, args ...any)
- func (f FmtPrinter) Error(args ...any)
- func (f FmtPrinter) Errorf(format string, args ...any)
- func (f FmtPrinter) Info(args ...any)
- func (f FmtPrinter) Infof(format string, args ...any)
- func (f FmtPrinter) Panic(args ...any)
- func (f FmtPrinter) Panicf(format string, args ...any)
- func (f FmtPrinter) Warn(args ...any)
- func (f FmtPrinter) Warnf(format string, args ...any)
- type IMinimLog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FmtPrinter ¶
type FmtPrinter struct{}
func (FmtPrinter) Debug ¶
func (f FmtPrinter) Debug(args ...any)
func (FmtPrinter) Debugf ¶
func (f FmtPrinter) Debugf(format string, args ...any)
func (FmtPrinter) Error ¶
func (f FmtPrinter) Error(args ...any)
func (FmtPrinter) Errorf ¶
func (f FmtPrinter) Errorf(format string, args ...any)
func (FmtPrinter) Info ¶
func (f FmtPrinter) Info(args ...any)
func (FmtPrinter) Infof ¶
func (f FmtPrinter) Infof(format string, args ...any)
func (FmtPrinter) Panic ¶
func (f FmtPrinter) Panic(args ...any)
func (FmtPrinter) Panicf ¶
func (f FmtPrinter) Panicf(format string, args ...any)
func (FmtPrinter) Warn ¶
func (f FmtPrinter) Warn(args ...any)
func (FmtPrinter) Warnf ¶
func (f FmtPrinter) Warnf(format string, args ...any)
Click to show internal directories.
Click to hide internal directories.