Table of Contents

Class MutableDependencyResolverExtensions

Namespace
Splat.Log4Net
Assembly
Splat.Log4Net.dll

Log4net specific extensions for the Mutable Dependency Resolver.

public static class MutableDependencyResolverExtensions
Inheritance
MutableDependencyResolverExtensions

Methods

UseLog4NetWithWrappingFullLogger(IMutableDependencyResolver)

Simple helper to initialize Log4Net within Splat with the Wrapping Full Logger.

public static void UseLog4NetWithWrappingFullLogger(this IMutableDependencyResolver instance)

Parameters

instance IMutableDependencyResolver

An instance of Mutable Dependency Resolver.

Examples

Locator.CurrentMutable.UseLog4NetWithWrappingFullLogger();

Remarks

You should configure Log4Net prior to calling this method.