MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / NullLogger

Class NullLogger

src/shared/logging.ts:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80class NullLogger implements Logger {
81 public info(): void { }
82 public warn(): void { }
83 public error(): void { }
84}
85
86export const nullLogger = new NullLogger();
87

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected