Logger implementation that outputs messages to the console with optional color,
timestamps, and object stringification. The logger categorizes messages by level
(debug, error, info, log, verbose, warn) and prefixes each line with a mode
identifier and an optional timestamp.
Logger implementation that outputs messages to the console with optional color, timestamps, and object stringification. The logger categorizes messages by level (debug, error, info, log, verbose, warn) and prefixes each line with a mode identifier and an optional timestamp.