verbose to trace

This commit is contained in:
notoriousmango
2025-02-20 18:42:41 +09:00
parent 690caf2e14
commit c4f757d3ce
5 changed files with 8 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
import { ILogger } from '../logging';
export const nulLogger = new class implements ILogger {
verbose(): void {
trace(): void {
// noop
}
};