Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save shamohai/38ac5cec130b8b3b9e29649189a4d496 to your computer and use it in GitHub Desktop.

Select an option

Save shamohai/38ac5cec130b8b3b9e29649189a4d496 to your computer and use it in GitHub Desktop.
Register ApiLogHandler
protected void Application_Start()
{
GlobalConfiguration.Configuration.MessageHandlers.Add(new ApiLogHandler());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment