Skip to content

SerilogSplatModule class

Defined in

Namespace: Splat.Builder Assembly: Splat.Serilog.dll Full name: Splat.Builder.SerilogSplatModule Modifiers: public sealed

Summary

View source

        Provides a ReactiveUI module that configures Serilog as the logging implementation for Splat, optionally using a
        specified Serilog logger instance.
        

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481

Class hierarchy
classDiagram
class SerilogSplatModule
class IModule {
    <>
}
IModule <|.. SerilogSplatModule

Implements: IModule

Remarks

Use this module to integrate Serilog with Splat's logging infrastructure in ReactiveUI applications. If an explicit Serilog logger is provided, it will be used for all Splat logging; otherwise, the default Serilog logger configuration is applied.

Constructors

NameSummary
.ctorProvides a ReactiveUI module that configures Serilog as the logging implementation for Splat, optionally using a specified Serilog logger instance.

Methods

NameSummary
ConfigureConfigures the specified dependency resolver with required services and components.
Inherited members