PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​SerilogSerilog­Logging­BackendLogger
Open sandboxFocus

SerilogLoggingBackend.Logger Property

Logger

Gets the Serilog.ILogger passed to the constructor of the current SerilogLoggingBackend, or the globally-shared Serilog.ILogger if no logger was passed during the instantiation of the current SerilogLoggingBackend.

Declaration
public ILogger Logger { get; }
Property Value
Type Description
Serilog.ILogger