[]
Gets or sets the logger factory shared by all workbooks.
public static ILoggerFactory LoggerFactory { get; set; }
Public Shared Property LoggerFactory As ILoggerFactory
If the value is null (Nothing), workbooks will not print logs. Otherwise, workbooks will print logs with the specified ILoggerFactory.
Nothing