ConstLog debug/verbose messages. Suppressed in quiet mode.
The arguments to log.
Log error messages. Always shown, even in quiet mode.
The arguments to log.
Log normal messages. Suppressed in quiet mode.
The arguments to log.
Output data to stdout (for piping). Always shown, even in quiet mode.
The text to output.
Output text without newline (for progress indicators). Suppressed in quiet mode.
The text to output.
Set a custom logger implementation.
The logger implementation to use.
Set quiet mode. When quiet, log/warn/progress are suppressed. Errors always show.
Whether to enable quiet mode.
Log warning messages. Suppressed in quiet mode.
The arguments to log.
Global logger instance with injectable implementation. Use setLogger() to provide a custom implementation (e.g., Node.js with process.stdout). Use setQuiet() to suppress log/warn/progress output.