An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ReflectInsight-Extensions-EnterpriseLibrary

[![Build status](https://ci.appveyor.com/api/projects/status/github/reflectsoftware/reflectinsight-extensions-enterpriselibrary?svg=true)](https://ci.appveyor.com/project/reflectsoftware/reflectinsight-extensions-enterpriselibrary)
[![License](https://img.shields.io/:license-MS--PL-blue.svg)](https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary/license.md)
[![Release](https://img.shields.io/github/release/reflectsoftware/reflectinsight-extensions-enterpriselibrary.svg)](https://github.com/reflectsoftware/reflectinsight-extensions-enterpriselibrary/releases/latest)
[![NuGet Version](http://img.shields.io/nuget/v/reflectsoftware.insight.extensions.enterpriselibrary.svg?style=flat)](http://www.nuget.org/packages/ReflectSoftware.Insight.Extensions.enterpriselibrary/)
[![Stars](https://img.shields.io/github/stars/reflectsoftware/reflectinsight-extensions-enterpriselibrary.svg)](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)