Table of Contents

Class NLogSplatModule

Namespace
Splat.Builder
Assembly
Splat.NLog.dll

Provides an Autofac module that configures NLog as the logging backend for Splat-based applications.

public sealed class NLogSplatModule : IModule
Inheritance
NLogSplatModule
Implements
Extension Methods

Remarks

This module enables integration of NLog with Splat by registering the necessary logging services. Add this module to your dependency injection container to ensure that Splat uses NLog for logging throughout the application.

Constructors

NLogSplatModule()

Provides an Autofac module that configures NLog as the logging backend for Splat-based applications.

public NLogSplatModule()

Remarks

This module enables integration of NLog with Splat by registering the necessary logging services. Add this module to your dependency injection container to ensure that Splat uses NLog for logging throughout the application.

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.