Class NLogSplatModule
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
resolverIMutableDependencyResolverThe dependency resolver to configure. Cannot be null.