Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface FileHandlerOptions
implements HandlerOptions
import { type FileHandlerOptions } from "https://deno.land/x/date_file_log@v0.5.0/src/types.ts";

Properties

filename: string
optional
mode: LogMode
optional
pattern: string
optional
daysToKeep: number
optional
flushTimeout: number