https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary
A ReflectInsight Extension that receives logged messages from Enterprise Library framework
https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary
Last synced: 5 months ago
JSON representation
A ReflectInsight Extension that receives logged messages from Enterprise Library framework
- Host: GitHub
- URL: https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary
- Owner: reflectsoftware
- License: ms-pl
- Created: 2015-05-01T03:34:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T16:47:52.000Z (over 7 years ago)
- Last Synced: 2024-12-18T04:12:41.491Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 31.3 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ReflectInsight-Extensions-EnterpriseLibrary
[](https://ci.appveyor.com/project/reflectsoftware/reflectinsight-extensions-enterpriselibrary)
[](https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary/license.md)
[](https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary/releases/latest)
[](http://www.nuget.org/packages/ReflectSoftware.Insight.Extensions.enterpriselibrary/)
[](https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary/stargazers)
**Package** - [ReflectSoftware.Insight.Extensions.enterpriselibrary](http://www.nuget.org/packages/ReflectSoftware.Insight.Extensions.enterpriselibrary/) | **Platforms** - .NET 4.5.1 and above
## Overview ##
The Enterprise Library extension supports v6.0 and v5.0 of the Logging Application Block. However if you need to support an older version, then you will need to download the ReflectInsight Logging Extensions Library source from GitHub and rebuild it against a specific release of the Enterprise Library.
## 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.
### Specific to Enterprise Library ###
One of the nice benefits of using the Enterprise Library extension is that if your message you log is XML, then the extension will automatically transform your message into the SendXML message type which will show up in the XML syntax.
## Getting Started
```powershell
Install-Package ReflectSoftware.Insight.Extensions.EnterpriseLibrary
```
Then in your app.config or web.config file, add the following configuration sections:
```xml
```
Additional configuration details for the ReflectSoftware.Insight.Extensions.EnterpriseLibrary logging extension can be found [here](https://reflectsoftware.atlassian.net/wiki/display/RI5/Logging+Application+Block+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)