# Functions

IsDebugOrHigher returns whether or not the current log level is debug or trace.
LogLevel returns the current log level string based the environment vars.
LogOutput determines where we should send logs (if anywhere) and the log level.
SetOutput checks for a log destination with LogOutput, and calls log.SetOutput with the result.

# Constants

Set to a file.
See ValidLevels.
Set to a file.
EnvLogPathMask splits test log files by name.

# Variables

No description provided by the author