Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Created June 21, 2021 19:14
Show Gist options
  • Select an option

  • Save jiimaho/a1188fc07891d1a50e952d0faac367f6 to your computer and use it in GitHub Desktop.

Select an option

Save jiimaho/a1188fc07891d1a50e952d0faac367f6 to your computer and use it in GitHub Desktop.
Better logging in catch
try
{
// network call
}
catch(Exception e)
{
_logger.Warning(e, "Network call failed");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment