aspnetcore/test/WebSites/LoggingWebSite
Doug Bunting fc1017fba8 Quick fixes: Clean up test code
- remove useless `configuration` variables and `Configuration` instances
- remove "Review" code comment
 - unintentionally included in commit 4b5dd19
- reduce repeated code in `TestHelper` for functional tests
 - `CreateServer()` methods had duplicate code, an ambiguous match, and an odd order
- rename `GetTestConfiguration()` to `UseCultureReplacer()` in functional tests
2015-03-24 13:42:27 -07:00
..
Controllers Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
Models Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
Properties Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
Views Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
ElmLogSerializerMiddleware.cs Replaced status code number with constants 2015-02-05 16:43:59 -08:00
LoggingWebSite.xproj Update .kproj => .xproj. 2015-03-11 14:01:43 -07:00
Startup.cs Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
project.json Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 12:56:42 -07:00
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

LoggingWebSite

This web site illustrates how to register and configure Elm logger.