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 |
---|---|
ILogger |