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

Method warn

src/shared/interfaces.ts:122–122  ·  view source on GitHub ↗
(message: any, category?: LogCategory)

Source from the content-addressed store, hash-verified

120export interface Logger {
121 info(message: string, category?: LogCategory): void;
122 warn(message: any, category?: LogCategory): void;
123 error(error: any, category?: LogCategory): void;
124}
125

Callers 15

activateWithoutAnalysisFunction · 0.65
closeAllOpenFilesFunction · 0.65
openFileFunction · 0.65
tryDeleteFunction · 0.65
watchPromiseFunction · 0.65
runTestsFunction · 0.65
createDebugClientFunction · 0.65
killFlutterTesterFunction · 0.65
handlePauseEventFunction · 0.65

Implementers 5

DebugAdapterLoggersrc/debug/logging.ts
EmittingLoggersrc/shared/logging.ts
CategoryLoggersrc/shared/logging.ts
NullLoggersrc/shared/logging.ts
BufferedLoggersrc/shared/utils.ts

Calls

no outgoing calls

Tested by

no test coverage detected