package
0.1.0
Repository: https://github.com/jbrekelmans/go-lib.git
Documentation: pkg.go.dev

# Functions

RedirectLogs redirects the output of logrus' standard logger to a testing.T and returns a Disposable that restores the standard logger's output to the output when RedirectLogs was called once Dispose is called.

# Interfaces

Disposable represents a resource that needs to be explicitly freed.