package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Dec 22, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
type Logger
-
func (l *Logger) Debug(msg string, fields ...log.Field)
-
func (l *Logger) Debugf(format string, args ...interface{})
-
func (l *Logger) Error(msg string, fields ...log.Field)
-
func (l *Logger) Errorf(format string, args ...interface{})
-
func (l *Logger) Fatal(msg string, fields ...log.Field)
-
func (l *Logger) Fatalf(format string, args ...interface{})
-
func (l *Logger) Fmt() log.Fmt
-
func (l *Logger) Info(msg string, fields ...log.Field)
-
func (l *Logger) Infof(format string, args ...interface{})
-
func (l *Logger) Logger() log.Logger
-
func (l *Logger) Structured() log.Structured
-
func (l *Logger) Trace(msg string, fields ...log.Field)
-
func (l *Logger) Tracef(format string, args ...interface{})
-
func (l *Logger) Warn(msg string, fields ...log.Field)
-
func (l *Logger) Warnf(format string, args ...interface{})
-
func (l *Logger) WithName(name string) log.Logger
Logger that does nothing
Debug implements Debug method of log.Logger interface
Debugf implements Debugf method of log.Logger interface
Error implements Error method of log.Logger interface
Errorf implements Errorf method of log.Logger interface
Fatal implements Fatal method of log.Logger interface
Fatalf implements Fatalf method of log.Logger interface
Info implements Info method of log.Logger interface
Infof implements Infof method of log.Logger interface
Logger returns general logger
Structured returns structured logger
Trace implements Trace method of log.Logger interface
Tracef implements Tracef method of log.Logger interface
Warn implements Warn method of log.Logger interface
Warnf implements Warnf method of log.Logger interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.