Interfaces
IExportableLogSettings
Contract for a log view whose retained history can be exported to an external file. Implemented by OverviewLoggerView.
Namespace: AplosConsole.Logger
Public methods
ExportLogs
Example
exportableLogSettings.ExportLogs();
Description: Exports the retained log history to the configured destination.