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

Interface Logger

src/shared/interfaces.ts:120–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
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
126export interface LogMessage {
127 readonly message: string;

Callers 24

startMethod · 0.65
constructorMethod · 0.65
launchMethod · 0.65
currentEditorFunction · 0.65
activateWithoutAnalysisFunction · 0.65
activateFunction · 0.65
logOpenEditorsFunction · 0.65
closeAllOpenFilesFunction · 0.65
activateWithoutAnalysisFunction · 0.65
closeAllOpenFilesFunction · 0.65
openFileFunction · 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