MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / customLogger

Function customLogger

src/worker.ts:196–198  ·  view source on GitHub ↗
(message: string, ...rest: string[])

Source from the content-addressed store, hash-verified

194});
195
196const customLogger = (message: string, ...rest: string[]) => {
197 console.log(message, ...rest);
198};
199
200app.use('*', logger(customLogger));
201

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected