MCPcopy
hub / github.com/devias-io/material-kit-react / LoggerOptions

Interface LoggerOptions

src/lib/logger.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const LogLevelNumber = { NONE: 0, ERROR: 1, WARN: 2, DEBUG: 3, ALL: 4 } as const;
8
9export interface LoggerOptions {
10 prefix?: string;
11 level?: keyof typeof LogLevel;
12 showLevel?: boolean;
13}
14
15export class Logger {
16 protected prefix: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected