Table of Contents

Class MutableDependencyResolverExtensions

Namespace
Splat.Exceptionless
Assembly
Splat.Exceptionless.dll

Provides extension methods for registering Exceptionless integration with Splat using a wrapping full logger pattern.

public static class MutableDependencyResolverExtensions
Inheritance
MutableDependencyResolverExtensions

Methods

UseExceptionlessWithWrappingFullLogger(IMutableDependencyResolver, ExceptionlessClient)

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

public static void UseExceptionlessWithWrappingFullLogger(this IMutableDependencyResolver instance, ExceptionlessClient exceptionlessClient)

Parameters

instance IMutableDependencyResolver

The mutable dependency resolver to register Exceptionless with.

exceptionlessClient ExceptionlessClient

The configured Exceptionless client instance.

Examples

AppLocator.CurrentMutable.UseExceptionlessWithWrappingFullLogger(exception);

Remarks

Configure Exceptionless client before calling this method.