Skip to content

Instantly share code, notes, and snippets.

@johnmmoss
Created April 2, 2015 20:20
Show Gist options
  • Save johnmmoss/6d63c5abf6b720f59215 to your computer and use it in GitHub Desktop.
Save johnmmoss/6d63c5abf6b720f59215 to your computer and use it in GitHub Desktop.
private static readonly ILog _logger = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
public ActionResult Index()
{
_logger.Info("Displaying the home page");
return View();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment