public static void LogErrorNow( Exception e, int portIndex = 1, bool forceException = true) { Errors.GetInstance()._LogErrorNow(e, portIndex); Errors.LaunchException(e, forceException); }