Versions in this module Expand all Collapse all v1 v1.0.2 Mar 24, 2022 v1.0.1 Mar 13, 2022 Changes in this version + const Debug + const Error + const Info + const Warn + func NewLogger(writer io.StringWriter, logLevel LogLevel) *defaultLogger + type LogLevel int + func (ll LogLevel) String() string + type Logger interface + Debug func(ctx context.Context, msg string, args ...interface{}) + Error func(ctx context.Context, msg string, args ...interface{}) + Info func(ctx context.Context, msg string, args ...interface{}) + Warn func(ctx context.Context, msg string, args ...interface{})