WcfBehaviorsoapLog4net 1.6.0

dotnet add package WcfBehaviorsoapLog4net --version 1.6.0
NuGet\Install-Package WcfBehaviorsoapLog4net -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WcfBehaviorsoapLog4net" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WcfBehaviorsoapLog4net --version 1.6.0
#r "nuget: WcfBehaviorsoapLog4net, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WcfBehaviorsoapLog4net as a Cake Addin
#addin nuget:?package=WcfBehaviorsoapLog4net&version=1.6.0

// Install WcfBehaviorsoapLog4net as a Cake Tool
#tool nuget:?package=WcfBehaviorsoapLog4net&version=1.6.0

WFC behavior to log soap messages and headers with log4net only by configuration. No need to change you code. The logging will be done at info level.
    
     The package will add the behavior extention to your canfig, to use it on endpoint add: behaviorConfiguration="log4NetBehavior"

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.0 6,695 9/24/2015

1.6.0 fix for soap body on server receiver
     1.5.0 fix for soap body on client receive
     1.4.0 fix in logger names
     1.3.4 minor update in install transformation app.config/web.config
     1.3.3 added readme and app.config configurations
     1.3.0 Typo fix
     1.2.2 bug fix on logging headers
     1.1.0 configuration for extention added
     1.0.0 inital release