# Functions
NewTestLogging creates and returns a new test logging object.
ParseLogEntry takes care of parsing a log entry into a JSON structure.
ValidateLogEntry is a helper tests can use to validate simple logging entries.
# Structs
TestLoggingJSONOutput is the expected JSON logging output structure.
TestLogWriter is a test log writer that only collects what is written to it, doesn't output anything.