Example #1
0
 public ActionResult Index()
 {
     _logger.LoggerInfo("Log message in the Index() method");
     return(View());
 }