MCPcopy
hub / github.com/vectorize-io/hindsight / Logger

Interface Logger

hindsight-all-npm/src/logger.ts:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 * is silent so embedding this package never adds noise to an unrelated app.
7 */
8export interface Logger {
9 debug(msg: string): void;
10 info(msg: string): void;
11 warn(msg: string): void;
12 error(msg: string): void;
13}
14
15/** Logger that drops every call. Used when no logger is passed. */
16export const silentLogger: Logger = {

Callers 32

logger.tsFile · 0.65
waitForReadyMethod · 0.65
detect_vector_extensionFunction · 0.65
run_migrationsFunction · 0.65
ensure_vector_extensionFunction · 0.65
startMethod · 0.65
stopMethod · 0.65
configureProfileMethod · 0.65
runCommandMethod · 0.65

Implementers 1

Loggerhindsight-integrations/opencode/src/lo

Calls

no outgoing calls

Tested by

no test coverage detected