UNPKG

log4ts

Version:
8 lines (7 loc) 144 B
import { LogLevel } from "./LogLevel"; export interface LogEntry { level: LogLevel; time: Date; message: string; tag: string; }