Versions in this module Expand all Collapse all v2 v2.0.1 Jan 24, 2020 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 Other modules containing this package github.com/buildpack/libbuildpack