Versions in this module Expand all Collapse all v0 v0.3.0 Oct 21, 2019 Changes in this version + type Logger struct + Debug log + Debugf logf + Error log + Errorf logf + Fatal log + Fatalf logf + Info log + Infof logf + Panic log + Panicf logf + Trace log + Tracef logf + Warn log + Warnf logf + func New(t TestingT) *Logger + func Wrap(t TestingT, logger *logrus.Logger) *Logger + type TestingT interface + Log func(args ...interface{})