Skip to content

Instantly share code, notes, and snippets.

@tkellogg
Created February 15, 2012 17:30
Show Gist options
  • Save tkellogg/1837476 to your computer and use it in GitHub Desktop.
Save tkellogg/1837476 to your computer and use it in GitHub Desktop.
A really expensive way to log
// ...
throw new Exception("Wizard package not imported.");
}
}
catch (Exception e)
{
Logger.log(e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment