namespace IGP.UnitySDK
{
    public enum IGPLogLevel
    {
        Off = 0,
        Error = 1,
        Warning = 2,
        Info = 3,
        Debug = 4,
    }
}
