Advertisement
Guest User

Untitled

a guest
May 26th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ExceptionlessClient.Default.SubmitLog("General Log Message");
  2. ExceptionlessClient.Default.SubmitException(new Exception("Some Exception"));
  3. ExceptionlessClient.Default.SubmitFeatureUsage("Log that a feature was used.");
  4. ExceptionlessClient.Default.SubmitNotFound("API Endpoint not found");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement