Method FullAsync
FullAsync()
Sets SyncMode to FullAsync
All messages are processed asynchronous, after they were logged.
This is the fastest way, but can lead to lost messages in case of crashes
Declaration
public LoggerConfig FullAsync()
Returns
Type | Description |
---|---|
LoggerConfig | LoggerConfig for other settings to set |