https://github.com/reflectsoftware/reflectinsight-extensions-httpmodule
A ReflectInsight Extension that receives logged messages from HttpModule
https://github.com/reflectsoftware/reflectinsight-extensions-httpmodule
dotnet httpmodule logging reflectinsight reflectinsight-extensions
Last synced: 10 months ago
JSON representation
A ReflectInsight Extension that receives logged messages from HttpModule
- Host: GitHub
- URL: https://github.com/reflectsoftware/reflectinsight-extensions-httpmodule
- Owner: reflectsoftware
- License: ms-pl
- Created: 2015-05-01T03:33:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T16:38:26.000Z (about 7 years ago)
- Last Synced: 2025-01-11T19:37:44.631Z (12 months ago)
- Topics: dotnet, httpmodule, logging, reflectinsight, reflectinsight-extensions
- Language: C#
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ReflectInsight-Extensions-HttpModule
[](https://ci.appveyor.com/project/reflectsoftware/reflectinsight-extensions-HttpModule)
[](https://github.com/reflectsoftware/reflectinsight-extensions-HttpModule/license.md)
[](https://github.com/reflectsoftware/reflectinsight-extensions-HttpModule/releases/latest)
[](http://www.nuget.org/packages/ReflectSoftware.Insight.Extensions.HttpModule/)
[](https://github.com/reflectsoftware/reflectinsight-extensions-HttpModule/stargazers)
**Package** - [ReflectSoftware.Insight.Extensions.HttpModule](|http://www.nuget.org/packages/ReflectSoftware.Insight.Extensions.HttpModule/) | **Platforms** - .NET 4.5.1 and above
## Overview ##
We've added support for the Http Module. This allows you to leverage your current investment in this, but leverage the power and flexibility that comes with the ReflectInsight viewer. You can view your Http messages in real-time, in a rich viewer that allows you to filter out and search for what really matters to you.
## Benefits of ReflectInsight Extensions ##
The benefits to using the Insight Extensions is that you can easily and quickly add them to your applicable with little effort and then use the ReflectInsight Viewer to view your logging in real-time, allowing you to filter, search, navigate and see the details of your logged messages.
## Getting Started
```powershell
Install-Package ReflectSoftware.Insight.Extensions.HttpModule
```
Then in your web.config file, add the following configuration sections:
```xml
```
Additional configuration details for the ReflectSoftware.Insight.Extensions.HttpModule logging extension can be found [here](https://reflectsoftware.atlassian.net/wiki/display/RI5/HttpModule+Extension).
## Additional Resources
[Documentation](https://reflectsoftware.atlassian.net/wiki/display/RI5/ReflectInsight+5+documentation)
[Submit User Feedback](http://reflectsoftware.uservoice.com/forums/158277-reflectinsight-feedback)
[Contact Support](support@reflectsoftware.com)
[ReflectSoftware Website](http://reflectsoftware.com)