MCPcopy
hub / github.com/RetireJS/retire.js / ConfigurableLogger

Interface ConfigurableLogger

node/src/reporting.ts:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108};
109
110export interface ConfigurableLogger {
111 configure: (logger: Logger, writer: Writer, config: LoggerOptions, hash: Hasher) => void;
112}
113
114function configureFileWriter(config: LoggerOptions) {
115 if (!config.outputpath) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected