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

Method info

src/debug/logging.ts:15–17  ·  view source on GitHub ↗
(message: string, category?: LogCategory)

Source from the content-addressed store, hash-verified

13 }
14
15 public info(message: string, category?: LogCategory): void {
16 this.log(message, LogSeverity.Info, category);
17 }
18 public warn(errorOrMessage: any, category?: LogCategory): void {
19 this.log(errorString(errorOrMessage), LogSeverity.Warn, category);
20 }

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected