UNPKG

file-error-logging

Version:

Log your errors directly to the console and to a .log file

2 lines 100 B
export type LogLevel = "info" | "warn" | "error" | "verbose"; //# sourceMappingURL=LogLevel.d.ts.map