UNPKG

file-error-logging

Version:

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

6 lines 172 B
export interface LoggerConfig { logsDir?: string; rotation?: "daily" | "monthly" | "yearly"; development?: boolean; } //# sourceMappingURL=LoggerConfig.d.ts.map