Enum SteamDeveloperUI.LogLevel
What types of logs to display.
All - All messages.
Warning - Warning or higher.
Error - Only errors, exceptions, or assertions.
Namespace: KaijuSolutions.SteamMultiplayerEngine.Development
Syntax
public enum LogLevel : byte
Fields
| Name | Description |
|---|---|
| All | All messages. |
| Error | Only errors, exceptions, or assertions. |
| Warning | Warning or higher. |