Make ERROR and FATAL levels use the console.error function when logging to a JS console.

This commit is contained in:
2025-12-15 12:26:49 -06:00
parent 4ddeeab228
commit 47fa404914
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@jdbernard/logging",
"version": "2.2.0",
"version": "2.3.0",
"description": "Simple Javascript logging service.",
"main": "dist/index.js",
"types": "dist/index.d.ts",