Class MutableDependencyResolverExtensions
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
instanceIMutableDependencyResolverThe mutable dependency resolver to register Log4Net with.
Examples
AppLocator.CurrentMutable.UseLog4NetWithWrappingFullLogger();
Remarks
Configure Log4Net appenders and configuration before calling this method.