feat(logging): implement structured logging system with ccStructLog

This commit is contained in:
2025-11-20 20:00:39 +08:00
parent a4e74dcfa0
commit 6d5cf11f2b
16 changed files with 1644 additions and 344 deletions

View File

@@ -13,7 +13,7 @@ build-accesscontrol:
build-test:
pnpm tstl -p ./targets/tsconfig.test.json
build-example: build-tuiExample build-cliExample
build-example: build-tuiExample build-cliExample build-logExample
build-tuiExample:
pnpm tstl -p ./targets/tsconfig.tuiExample.json
@@ -21,6 +21,9 @@ build-tuiExample:
build-cliExample:
pnpm tstl -p ./targets/tsconfig.cliExample.json
build-logExample:
pnpm tstl -p ./targets/tsconfig.logExample.json
sync:
rsync --delete -r "./build/" "{{ sync-path }}"