Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created May 26, 2016 21:06
Embed
What would you like to do?
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