Versions in this module Expand all Collapse all v0 v0.35.3 Jan 15, 2021 v0.2.3 Jan 15, 2021 Changes in this version + func NewContext(ctx context.Context, xl *Logger) context.Context + type Logger struct + func FromContext(ctx context.Context) (xl *Logger, ok bool) + func FromContextSafe(ctx context.Context) *Logger + func New() *Logger + func (l *Logger) AppendPrefix(prefix string) *Logger + func (l *Logger) Debug(format string, v ...interface{}) + func (l *Logger) Error(format string, v ...interface{}) + func (l *Logger) Info(format string, v ...interface{}) + func (l *Logger) ResetPrefixes() (old []string) + func (l *Logger) Spawn() *Logger + func (l *Logger) Trace(format string, v ...interface{}) + func (l *Logger) Warn(format string, v ...interface{})