COL.UnityGameWheels.Core.InternalLog.Exception C# (CSharp) Method

Exception() public static method

public static Exception ( Exception e ) : void
e Exception
return void
        public static void Exception(Exception e)
        {
            CoreLog.Exception(e);
        }

Same methods

InternalLog::Exception ( Exception e, Object context ) : void