Class LoggerSyncModeConfig
Use to set the synchronization mode of the logger
Inherited Members
Namespace: Unity.Logging
Assembly: solution.dll
Syntax
public class LoggerSyncModeConfig
Properties
Name | Description |
---|---|
Get | Returns currently set minimal level |
Methods
Name | Description |
---|---|
FatalIsSync() | Sets SyncMode to FatalIsSync |
FullAsync() | Sets SyncMode to FullAsync |
FullSync() | Sets SyncMode to FullSync |
Set(SyncMode) | Sets minimal level of logs |