Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created May 26, 2016 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/b1a8f7967d49f5a60310f67096f99812 to your computer and use it in GitHub Desktop.
Save dcomartin/b1a8f7967d49f5a60310f67096f99812 to your computer and use it in GitHub Desktop.
ExceptionlessClient.Default.SubmitLog("General Log Message");
ExceptionlessClient.Default.SubmitException(new Exception("Some Exception"));
ExceptionlessClient.Default.SubmitFeatureUsage("Log that a feature was used.");
ExceptionlessClient.Default.SubmitNotFound("API Endpoint not found");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment