StaticisStaticlogAppends a line to the debug log file, stripping ANSI escape codes.
Text to log.
Write even when debug logging is disabled.
StaticgetReturns the shared Env instance holding all resolved environment defaults.
StaticwriteWraps text with a chalk color if the color is valid. Returns the plain text when no color is given, or an empty string when text is undefined.
Optionaltext: stringText to style.
Optionalcolor: ColorNameOptional chalk color name.
Returns true if debug file logging is currently active.