Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 366 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 366 Bytes

This sample project shows how to use tracing framework with new ASP.NET 5 projects. Tracing framework, using TraceSource and TraceListener, has been available in .NET since its inception. This project gives you an example of how to leverage that capability with logging framework of ASP.NET 5. It also shows you how to filter log entries for a specific trace source.