Versions in this module Expand all Collapse all v1 v1.0.1 Jun 25, 2024 Changes in this version + func Debugf(ctx context.Context, format string, args ...interface{}) + func Errorf(ctx context.Context, format string, args ...interface{}) + func Fatalf(ctx context.Context, format string, args ...interface{}) + func Infof(ctx context.Context, format string, args ...interface{}) + func InitKlogShim() + func RemoveHook(logger *logrus.Logger, name string) + func StartSpan(ctx context.Context) (context.Context, trace.Span) + func Warnf(ctx context.Context, format string, args ...interface{}) + func WithFields(ctx context.Context, fields map[string]interface{}) *logrus.Entry + type FileNameHook struct + Formatter func(file, function string, line int) string + func NewFilenameHook() *FileNameHook + func (f *FileNameHook) Fire(entry *logrus.Entry) error + func (f *FileNameHook) Levels() []logrus.Level + type FilterHook struct + func NewFilterHook(filter string) (*FilterHook, error) + func (f *FilterHook) Fire(entry *logrus.Entry) error + func (f *FilterHook) Levels() []logrus.Level + type ID struct + type Name struct