GridJsLogger.SetLogFile
SetLogFile(string)
Sets the log file path and enables file output (single file mode, no rolling). Appends to existing file.
public static void SetLogFile(string filePath)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The full path to the log file. |
See Also
- class GridJsLogger
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
SetLogFile(string, bool)
Sets the log file path and enables file output (single file mode, no rolling).
public static void SetLogFile(string filePath, bool append)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The full path to the log file. |
| append | Boolean | Whether to append to existing file. |
See Also
- class GridJsLogger
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs