Update version to 0.0.16, add Appender and AppenderFactory classes, refactor LoggerFactory methods, and implement logging functionality with tests.

This commit is contained in:
2025-10-04 09:20:27 -04:00
parent ea8fd991a0
commit 07485bd0c3
14 changed files with 789 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@techniker-me/logger",
"version": "0.0.15",
"version": "0.0.16",
"description": "A logger package for logging",
"type": "module",
"types": "./dist/types/index.d.ts",