Versions in this module Expand all Collapse all v0 v0.9.0 Jul 23, 2015 Changes in this version + func Print(args ...interface{}) + func Printf(format string, args ...interface{}) + func SetLogger(l Logger) + func Writer() io.Writer + type Logger interface + Print func(args ...interface{}) + Printf func(format string, args ...interface{}) + var DefaultLogger Logger = newLogger(log.New(os.Stderr, "", log.LstdFlags | log.Lshortfile))