MCPcopy
hub / github.com/thinkjs/thinkjs / info

Method info

index.d.ts:462–462  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

460 export interface Logger {
461 debug(msg: string): void;
462 info(msg: string): void;
463 warn(msg: string): void;
464 error(msg: string): void;
465 }

Callers 2

_watcherCallBackMethod · 0.80
_getMasterInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected