[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Workbook.LoggerFactory

LoggerFactory Property

LoggerFactory

Gets or sets the logger factory shared by all workbooks.

Declaration
public static ILoggerFactory LoggerFactory { get; set; }
Public Shared Property LoggerFactory As ILoggerFactory
Property Value
Type Description
ILoggerFactory

If the value is null (Nothing), workbooks will not print logs. Otherwise, workbooks will print logs with the specified ILoggerFactory.