# 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.