MCPcopy
hub / github.com/CodeGenieApp/serverless-express / Options

Interface Options

src/logger.d.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 verbose: (message: string, ...additional: Object[]) => void;
7}
8interface Options {
9 level?: 'error' | 'warn' | 'info' | 'verbose' | 'debug' | string;
10}
11
12export default function logger(options?: Options): Logger;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…