Class MutableDependencyResolverExtensions
- Namespace
- Splat.Exceptionless
- Assembly
- Splat.Exceptionless.dll
Exceptionless specific extensions for the Mutable Dependency Resolver.
- Inheritance
-
Mutable
Dependency Resolver Extensions
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
IMutableDependency Resolver 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.