Versions in this module Expand all Collapse all v1 v1.25.5 Nov 15, 2019 Changes in this version + type Logger struct + func DefaultLogger(platform string) (Logger, error) + func NewLogger(debug io.Writer, info io.Writer) Logger + func (l Logger) Debug(format string, args ...interface{}) + func (l Logger) Info(format string, args ...interface{}) + func (l Logger) IsDebugEnabled() bool + func (l Logger) IsInfoEnabled() bool