Interface: BackgroundLoggerOpts
Properties
noExitFlush
• Optional
noExitFlush: boolean
onFlushError
• Optional
onFlushError: (error
: unknown
) => void
Type declaration
▸ (error
): void
Parameters
Name | Type |
---|---|
error | unknown |
Returns
void