MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / errorDecorator

Function errorDecorator

src/platform/logging/index.ts:247–249  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

245 return createTracingDecorator({ message, opts, level: LogLevel.Debug });
246}
247export function errorDecorator(message: string): TraceDecoratorType {
248 return createTracingDecorator({ message, opts: DEFAULT_OPTS, level: LogLevel.Error });
249}
250export function infoDecorator(message: string): TraceDecoratorType {
251 return createTracingDecorator({ message, opts: DEFAULT_OPTS, level: LogLevel.Info });
252}

Callers 3

WorkspaceActivationClass · 0.90

Calls 1

createTracingDecoratorFunction · 0.85

Tested by

no test coverage detected