package
0.9.1-rc1
Repository: https://github.com/smithx10/nomad.git
Documentation: pkg.go.dev

# 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.
UseStdout returns true if NOMAD_TEST_STDOUT=1 and sends logs to stdout.
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.