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

Method info

src/shared/logging.ts:31–33  ·  view source on GitHub ↗
(message: string, category?: LogCategory)

Source from the content-addressed store, hash-verified

29 }
30
31 public info(message: string, category?: LogCategory): void {
32 this.log(message, LogSeverity.Info, category);
33 }
34 public warn(errorOrMessage: any, category?: LogCategory): void {
35 this.log(errorString(errorOrMessage), LogSeverity.Warn, category);
36 }

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected