Class LoggerFactory
Create loggers that can be used for logging the formula parser.
Inherited Members
Namespace: OfficeOpenXml.FormulaParsing.Logging
Assembly: EPPlus.dll
Syntax
public static class LoggerFactory
Methods
CreateTextFileLogger(FileInfo)
Creates a logger that logs to a simple textfile.
Declaration
public static IFormulaParserLogger CreateTextFileLogger(FileInfo file)
Parameters
| Type | Name | Description |
|---|---|---|
| FileInfo | file |
Returns
| Type | Description |
|---|---|
| IFormulaParserLogger |