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

Method error

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

Source from the content-addressed store, hash-verified

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

Callers 15

launchMethod · 0.65
helpers.tsFile · 0.65
getPackagesFunction · 0.65
checkResultFunction · 0.65
constructorMethod · 0.65
constructorMethod · 0.65
runTestsFunction · 0.65
runAllTestsFunction · 0.65
attachDebuggerFunction · 0.65
setBreakpointsMethod · 0.65
constructorFunction · 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 1

attachDebuggerFunction · 0.52