Added console wrapper
Some checks failed
Build / Build NPM Project (push) Successful in 1m35s
Build / Tag Version (push) Successful in 24s
Build / Publish Documentation (push) Failing after 24s

This commit is contained in:
2025-10-18 16:34:07 -04:00
parent 751177c981
commit 7e8352ed2a
4 changed files with 76 additions and 1 deletions

View File

@@ -42,6 +42,8 @@ export const CliBackground = {
GREY: "\x1b[100m",
}
export type LogLevels = 'debug' | 'log' | 'info' | 'warn' | 'error';
export enum LOG_LEVEL {
ERROR = 0,
WARN = 1,