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

Commit 47d1da4

Browse files
committed
Update release notes.
1 parent a6647ca commit 47d1da4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/LibLog/LibLog.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ This package is a variation of option 3 but will automatically wire things up to
2121
- 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>
2222
<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>
2323
<copyright>Damian Hickey and Contributors 2014</copyright>
24-
<releaseNotes>- Support for nested and mapped diagnostic contexts.
25-
- Better support for structured logging.
26-
- PCL Support</releaseNotes>
24+
<releaseNotes>- Tighted up the public API to just being ILog, LogLevel, and LogProvider.SetCurrentLogProvider
25+
- Can make entire code internal with a LIBLOG_INTERNAL conditional compilation symbol
26+
- 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>
2727
<tags>logging, framework, component, nlog, log4net, entlib, serilog, loupe, pcl</tags>
2828
<frameworkAssemblies>
2929
<frameworkAssembly assemblyName="Microsoft.CSharp" />

0 commit comments

Comments
 (0)