MCPcopy
hub / github.com/FredKSchott/snowpack / LogRecord

Interface LogRecord

snowpack/src/logger.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import {LoggerLevel, LoggerEvent, LoggerOptions} from './types';
3
4export interface LogRecord {
5 val: string;
6 count: number;
7}
8
9const levels: Record<LoggerLevel, number> = {
10 debug: 20,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected