From 47d1da480de6443b570c6a80323c86990bf5a3c5 Mon Sep 17 00:00:00 2001 From: Damian Hickey Date: Sat, 28 Mar 2015 21:21:41 +0100 Subject: [PATCH] Update release notes. --- src/LibLog/LibLog.nuspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LibLog/LibLog.nuspec b/src/LibLog/LibLog.nuspec index a6b8d94..919c526 100644 --- a/src/LibLog/LibLog.nuspec +++ b/src/LibLog/LibLog.nuspec @@ -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. 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. Damian Hickey and Contributors 2014 - - Support for nested and mapped diagnostic contexts. -- Better support for structured logging. -- PCL Support + - 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. logging, framework, component, nlog, log4net, entlib, serilog, loupe, pcl