Documentation ¶
Overview ¶
Package logger GENERATED BY gengo:runtimedoc DON'T EDIT THIS FILE
Index ¶
- Constants
- Variables
- func NewFrontend() idtui.Frontend
- type Logger
- func (l *Logger) Debug(format string, args ...any)
- func (l *Logger) End()
- func (l *Logger) Error(err error)
- func (l *Logger) Info(format string, args ...any)
- func (v Logger) RuntimeDoc(names ...string) ([]string, bool)
- func (l *Logger) Start(ctx context.Context, name string, keyAndValues ...any) (context.Context, logr.Logger)
- func (l *Logger) Warn(err error)
- func (l *Logger) WithValues(keyAndValues ...any) logr.Logger
Constants ¶
View Source
const LogAttrSpanName = "$$spanName"
Variables ¶
View Source
var TracerContext = contextx.New[trace.Tracer]()
Functions ¶
func NewFrontend ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.