AspNet5.Controllers.TestExceptionController.TestExceptionController C# (CSharp) Method

TestExceptionController() public method

public TestExceptionController ( ILoggerFactory loggerFactory ) : System
loggerFactory ILoggerFactory
return System
        public TestExceptionController(ILoggerFactory loggerFactory)
        {
            _logger = loggerFactory.CreateLogger("TestExceptionController");
        }