Versions in this module Expand all Collapse all v0 v0.0.3 Sep 22, 2022 Changes in this version + func LogContains(logEntries []logrus.Entry, expLevel logrus.Level, expContents string) bool + func NewLogger(t testing.TB) *logrus.Logger + func NewTestOutput(t testing.TB) io.Writer + type SimpleLogrusHook struct + HookedLevels []logrus.Level + func (smh *SimpleLogrusHook) Drain() []logrus.Entry + func (smh *SimpleLogrusHook) Fire(e *logrus.Entry) error + func (smh *SimpleLogrusHook) Levels() []logrus.Level