Instance Property
Instance
Gets or sets the global ILoggerFactory instance used for logging throughout the application.
By default, it's instantiated by using the Logging-section
in your
appsettings.jsonfile.
Refer to the Log class for additional information.
C#
public static ILoggerFactory Instance { get; set; }
Property Value
Type | Description |
---|---|
ILoggerFactory |