Gets or sets the logger factory shared by all workbooks.
public static Microsoft.Extensions.Logging.ILoggerFactory LoggerFactory {get; set;}
Property Value
If the value is a null reference (
Nothing in Visual Basic) (
Nothing), workbooks will not print logs. Otherwise, workbooks will print logs with the specified
Microsoft.Extensions.Logging.ILoggerFactory.