Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
damianh committed Mar 28, 2015
1 parent a6647ca commit 47d1da4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LibLog/LibLog.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ This package is a variation of option 3 but will automatically wire things up to
- Using optimized reflection, it transparently supports NLog, Log4Net, EntLib Logging, Serilog and Loupe without any wiring up required by an end user, if the end user simply has a reference to any of these logging frameworks.</description>
<summary>A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. Works with .NET 4 and portable-net45+win+wpa81+MonoAndroid10+MonoTouch10 and higher.</summary>
<copyright>Damian Hickey and Contributors 2014</copyright>
<releaseNotes>- Support for nested and mapped diagnostic contexts.
- Better support for structured logging.
- PCL Support</releaseNotes>
<releaseNotes>- Tighted up the public API to just being ILog, LogLevel, and LogProvider.SetCurrentLogProvider
- Can make entire code internal with a LIBLOG_INTERNAL conditional compilation symbol
- Can hook into when a consumer of your lib sets the current log provider allowing you to forward the configuration to other, possibly internalized, libs that use LibLog.</releaseNotes>
<tags>logging, framework, component, nlog, log4net, entlib, serilog, loupe, pcl</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="Microsoft.CSharp" />
Expand Down

0 comments on commit 47d1da4

Please sign in to comment.