Function buildDestinationRollingFile
- buildDestinationRollingFile(level, options): Promise<LogLevelStreamEntry>
Parameters
- level:
| false
| "silent"
| "fatal"
| "error"
| "warn"
| "info"
| "log"
| "verbose"
| "debug"
| "trace" - options: FileDestination
Creates a
LogLevelStreamEntrystream that writes to a rolling file at or above the minimumlevel