Area

Diagnostics

Diagnostics Home page

The Diagnostics Area of the Owin Framework

This area of the Owin Framework provides tools to assist with testing and debugging your application, including:

  • Visualization tools to help you to figure out configuration related issues.
  • Configuring tracing and logging to get better insight into request processing.
  • Configurable mocks to make it quick and easy to write unit tests.
  • Runtime analytics to help to pin down performance and scaleability issues.
  • Extracting and formatting documentation embedded into the application code.

Further reading

Walkthrough of how to build a website with the Owin Framework

Walkthrough of how to build a microservice with the Owin Framework

Related Projects