Versions in this module Expand all Collapse all v0 v0.2.0 Jun 29, 2026 Changes in this version type Logger + func (o *Logger) Child(name string, opts ...Option) *Logger + func (o *Logger) With(attrs ...attribute.KeyValue) *Logger v0.1.0 May 15, 2026 Changes in this version + type Logger struct + func New(name string, opts ...Option) *Logger + func (o *Logger) Debug(ctx context.Context, msg string, attrs ...attribute.KeyValue) + func (o *Logger) Error(ctx context.Context, msg string, attrs ...attribute.KeyValue) + func (o *Logger) Fatal(ctx context.Context, msg string, attrs ...attribute.KeyValue) + func (o *Logger) Info(ctx context.Context, msg string, attrs ...attribute.KeyValue) + func (o *Logger) Trace(ctx context.Context, msg string, attrs ...attribute.KeyValue) + func (o *Logger) Warn(ctx context.Context, msg string, attrs ...attribute.KeyValue) + type Option interface + func WithAttributes(attrs ...attribute.KeyValue) Option + func WithLoggerOpts(opts ...log.LoggerOption) Option + func WithLoggerProvider(p log.LoggerProvider) Option