Const
Target implementation that writes logs to the console. Maps each severity level to the corresponding console method. fatal is mapped to console.error(...) since there is no console.fatal(...).
fatal
console.error(...)
console.fatal(...)
Target implementation that writes logs to the console. Maps each severity level to the corresponding console method.
fatalis mapped toconsole.error(...)since there is noconsole.fatal(...).