Table of Contents

Class MutableDependencyResolverExtensions

Namespace
Splat.Exceptionless
Assembly
Splat.Exceptionless.dll

Exceptionless specific extensions for the Mutable Dependency Resolver.

public static class MutableDependencyResolverExtensions
Inheritance
MutableDependencyResolverExtensions

Methods

UseExceptionlessWithWrappingFullLogger(IMutableDependencyResolver, ExceptionlessClient)

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

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

Parameters

instance IMutableDependencyResolver

An instance of Mutable Dependency Resolver.

exceptionlessClient ExceptionlessClient

The exceptionless client instance to use.

Examples

Locator.CurrentMutable.UseExceptionlessWithWrappingFullLogger(exception);

Remarks

You should configure Exceptionless prior to calling this method.