WcfBehaviorsoapLog4net 1.6.0
dotnet add package WcfBehaviorsoapLog4net --version 1.6.0
NuGet\Install-Package WcfBehaviorsoapLog4net -Version 1.6.0
<PackageReference Include="WcfBehaviorsoapLog4net" Version="1.6.0" />
paket add WcfBehaviorsoapLog4net --version 1.6.0
#r "nuget: WcfBehaviorsoapLog4net, 1.6.0"
// 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 | Versions 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. |
-
- log4net (>= 2.0.3)
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,836 | 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