# Functions
HCLogger returns a new test hc-logger.
Logger returns a new test logger with the Lmicroseconds flag set and no prefix.
New returns a new test logger.
NewPrefixWriter creates a new io.Writer backed by a Logger with a custom prefix per Write.
NewWriter creates a new io.Writer backed by a Logger.
WithPrefix returns a new test logger with the Lmicroseconds flag set.
# Interfaces
LogPrinter is the methods of testing.T (or testing.B) needed by the test logger.