Versions in this module Expand all Collapse all v0 v0.2.0 Jun 13, 2019 Changes in this version + type DefaultLogger struct + Name string + func (l *DefaultLogger) Error(msg string, v ...interface{}) + func (l *DefaultLogger) Info(msg string, v ...interface{}) + type LogBuilderType func(name string) Logger v0.1.0 Sep 10, 2018 Changes in this version + var NewLogger logBuilderType + func SetupLogBuilder(b logBuilderType) + type Attrs map[string]interface + type Logger interface + Error func(string, ...interface{}) + Info func(string, ...interface{})