Documentation
¶
Index ¶
- type ContextLogger
- func (c ContextLogger) Debug(args ...any)
- func (c ContextLogger) Debugf(format string, args ...any)
- func (c ContextLogger) Error(args ...any)
- func (c ContextLogger) Errorf(format string, args ...any)
- func (c ContextLogger) Info(args ...any)
- func (c ContextLogger) Infof(format string, args ...any)
- func (c ContextLogger) WithContext(ctx context.Context) logging.Logger
- func (c ContextLogger) WithFields(m map[string]any) logging.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextLogger ¶
type ContextLogger struct {
// contains filtered or unexported fields
}
func (ContextLogger) Debug ¶
func (c ContextLogger) Debug(args ...any)
func (ContextLogger) Debugf ¶
func (c ContextLogger) Debugf(format string, args ...any)
func (ContextLogger) Error ¶
func (c ContextLogger) Error(args ...any)
func (ContextLogger) Errorf ¶
func (c ContextLogger) Errorf(format string, args ...any)
func (ContextLogger) Info ¶
func (c ContextLogger) Info(args ...any)
func (ContextLogger) Infof ¶
func (c ContextLogger) Infof(format string, args ...any)
func (ContextLogger) WithContext ¶
func (c ContextLogger) WithContext(ctx context.Context) logging.Logger
func (ContextLogger) WithFields ¶
func (c ContextLogger) WithFields(m map[string]any) logging.Logger
Click to show internal directories.
Click to hide internal directories.