Show / Hide Table of Contents

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
In this article
Back to top Generated by DocFX