Versions in this module Expand all Collapse all v1 v1.0.1 Dec 1, 2021 v1.0.0 Dec 1, 2021 Changes in this version + func ConfigureLogging(level zap.AtomicLevel, developmentLogging bool, ...) + func NewLogger(underlyingLogger *zap.Logger) *logger + func ParseLevel(levelString string) zap.AtomicLevel + type Logger interface + Debug func(msg string, fields ...zap.Field) + Error func(msg string, fields ...zap.Field) + Fatal func(msg string, fields ...zap.Field) + Info func(msg string, fields ...zap.Field) + Named func(s string) Logger + Panic func(msg string, fields ...zap.Field) + Sync func() error + Warn func(msg string, fields ...zap.Field) + With func(fields ...zap.Field) Logger + func CreateLogger() (Logger, error) + func CreateTestLogger(tb testing.TB, discard bool) Logger + func MustGetLogger() Logger Other modules containing this package github.com/gdatasoftwareag/tftp/v2