Versions in this module Expand all Collapse all v1 v1.1.2 Apr 23, 2018 Changes in this version + var D bool + func Debug(v ...interface{}) + func Debugf(format string, v ...interface{}) + func Error(v ...interface{}) + func Errorf(format string, v ...interface{}) + func Info(v ...interface{}) + func Infof(format string, v ...interface{}) + func Warning(v ...interface{}) + func Warningf(format string, v ...interface{}) + type P struct + func NewWithPlugin(name string) P + func (p P) Debug(v ...interface{}) + func (p P) Debugf(format string, v ...interface{}) + func (p P) Error(v ...interface{}) + func (p P) Errorf(format string, v ...interface{}) + func (p P) Info(v ...interface{}) + func (p P) Infof(format string, v ...interface{}) + func (p P) Warning(v ...interface{}) + func (p P) Warningf(format string, v ...interface{})