Debology.Debby.Modules.Console
DebbyLogType Enum
The severity / type of a log message in Debby.
csharp
public enum DebbyLogTypeFields
Info 0
Equivalent to UnityEngine.LogType.Log.
Warning 1
Equivalent to UnityEngine.LogType.Warning.
Error 2
Equivalent to UnityEngine.LogType.Error or UnityEngine.LogType.Assert or UnityEngine.LogType.Exception.
Success 3
Equivalent to UnityEngine.LogType.Log, but used to indicate a successful operation.
Command 4
Special log type used to indicate a command was executed.