Knetik.KnetikApiResponse.LogException C# (CSharp) 메소드

LogException() 개인적인 메소드

private LogException ( Exception e ) : void
e System.Exception
리턴 void
        private void LogException(Exception e)
        {
            #if UNITY_EDITOR
            Debug.LogException(e);
            #endif
        }