//
pkg.gl
Category
github.com/codecrafters-io/tester-utils
logger
package
0.2.34
Repository:
https://github.com/codecrafters-io/tester-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
17
Files
186 SLOC
#
Functions
GetLogger
GetLogger Returns a logger.
GetQuietLogger
GetQuietLogger Returns a logger that only emits critical logs.
#
Structs
Logger
Logger is a wrapper around log.Logger with the following features: - Supports a prefix - Adds colors to the output - Debug mode (all logs, debug and above) - Quiet mode (only critical logs).