Tanoda
LogLevel.cs File Reference

Go to the source code of this file.

Namespaces

namespace  RuntimeUnityEditor
 
namespace  RuntimeUnityEditor.Core
 

Enumerations

enum  RuntimeUnityEditor.Core.LogLevel {
  RuntimeUnityEditor.Core.None = 0 , RuntimeUnityEditor.Core.Fatal = 1 , RuntimeUnityEditor.Core.Error = 2 , RuntimeUnityEditor.Core.Warning = 4 ,
  RuntimeUnityEditor.Core.Message = 8 , RuntimeUnityEditor.Core.Info = 16 , RuntimeUnityEditor.Core.Debug = 32 , RuntimeUnityEditor.Core.All = Debug | Info | Message | Warning | Error | Fatal
}