Function buildDestinationStdout
- buildDestinationStdout(level, options?): LogLevelStreamEntry
Parameters
- level:
| "silent"
| "fatal"
| "error"
| "warn"
| "info"
| "log"
| "verbose"
| "debug"
| "trace" - options: Omit<StreamDestination, "destination"> = {}
Creates a
LogLevelStreamEntrystream that writes to STDOUT at or above the minimumlevelSource
See
buildDestinationStream