Table of Contents

Class ExceptionlessSplatModule

Namespace
Splat.Builder
Assembly
Splat.Exceptionless.dll

Provides a Splat module that configures logging to use Exceptionless as the logging backend.

public sealed class ExceptionlessSplatModule : IModule
Inheritance
ExceptionlessSplatModule
Implements
Extension Methods

Remarks

This module enables integration of Exceptionless logging with Splat by registering an Exceptionless-based logger in the dependency resolver. Register this module with your Splat dependency resolver to route log messages to Exceptionless.

Constructors

ExceptionlessSplatModule(ExceptionlessClient)

Initializes a new instance of the ExceptionlessSplatModule class.

public ExceptionlessSplatModule(ExceptionlessClient exceptionlessClient)

Parameters

exceptionlessClient ExceptionlessClient

The Exceptionless client.

Methods

Configure(IMutableDependencyResolver)

Configures the specified dependency resolver with required services and components.

public void Configure(IMutableDependencyResolver resolver)

Parameters

resolver IMutableDependencyResolver

The dependency resolver to configure. Cannot be null.