UNPKG

file-error-logging

Version:

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

2 lines 172 B
export declare const logToFile: (logsDir: string, rotation: "daily" | "monthly" | "yearly", level: string, message: string) => void; //# sourceMappingURL=LogToFile.d.ts.map