# Packages
Package httpmultibin is indended only for use in tests, do not import in production code!.
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
LogContains is a helper function that checks the provided list of log entries for a message matching the provided level and contents.
NewLogger Returns new logger that will log to the testing.TB.Logf.
NewTestOutput returns a simple io.Writer implementation that uses the test's logger as an output.
# Structs
SimpleLogrusHook implements the logrus.Hook interface and could be used to check if log messages were outputted.