Table of Contents

Class MutableDependencyResolverExtensions

Namespace
Splat.Log4Net
Assembly
Splat.Log4Net.dll

Provides extension methods for registering Log4Net integration with Splat using the wrapping full logger pattern.

public static class MutableDependencyResolverExtensions
Inheritance
MutableDependencyResolverExtensions

Methods

UseLog4NetWithWrappingFullLogger(IMutableDependencyResolver)

Initializes Log4Net integration with Splat using the wrapping full logger pattern.

public static void UseLog4NetWithWrappingFullLogger(this IMutableDependencyResolver instance)

Parameters

instance IMutableDependencyResolver

The mutable dependency resolver to register Log4Net with.

Examples

AppLocator.CurrentMutable.UseLog4NetWithWrappingFullLogger();

Remarks

Configure Log4Net appenders and configuration before calling this method.