Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / LoggerFactory Property
In This Topic
    LoggerFactory Property
    In This Topic
    Gets or sets the logger factory shared by all workbooks.
    Syntax
    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.
    See Also