MCPcopy
hub / github.com/continuedev/continue / log

Method log

core/util/Logger.ts:45–47  ·  view source on GitHub ↗
(message: string, meta?: any)

Source from the content-addressed store, hash-verified

43 }
44
45 public log(message: string, meta?: any): void {
46 this.winston.info(message, meta);
47 }
48
49 public debug(message: string, meta?: any): void {
50 this.winston.debug(message, meta);

Callers

nothing calls this directly

Calls 1

infoMethod · 0.80

Tested by

no test coverage detected