# Functions
HCLogger returns a new test hc-logger.
HCLoggerNode returns a new hc-logger, but with a prefix indicating the node number on each log line.
HCLoggerTestLevel returns the level in which hc log should emit logs.
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.