BeerDrinkin.iOS.Helpers.Logger.Report C# (CSharp) Method

Report() public method

public Report ( Exception exception ) : void
exception System.Exception
return void
        public void Report(Exception exception)
        {
            RaygunClient.Current.SendInBackground(exception);
        } 

Same methods

Logger::Report ( Exception exception, IList tags ) : void
Logger::Report ( Exception exception, string viewController, string method ) : void
Logger::Report ( Exception exception, string viewController, string method, string comment = "" ) : void