Method FatalIsSync
FatalIsSync()
Sets SyncMode to FatalIsSync
All messages are processed asynchronous, after they were logged. But if Fatal message is logged - log is flushed.
Use this option if you want speed, but also want to make sure logs are not lost in case of Fatal error
Declaration
public LoggerConfig FatalIsSync()
Returns
Type | Description |
---|---|
LoggerConfig | LoggerConfig for other settings to set |