Add tests for logger

This commit is contained in:
Clayton Wilson
2024-03-12 06:17:18 -05:00
parent e094dd16a3
commit 695ab68735
2 changed files with 86 additions and 128 deletions

View File

@@ -16,11 +16,6 @@ export class Logger {
return this;
}
ok() {
// TODO: Check all outputs and storage for required props
return this;
}
log(message: string, level: LogLevel, context: LogContext) {
// const label = getLabel(level);