|
ServiceHostBaseLogExceptionHandler Method
|
Event handler for processing exceptions encountered while writing entries to any log file.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax function LogExceptionHandler(sender, e);
View SourceParameters
- sender Object
- Event source of the exception.
- e EventArgsException
- Event arguments containing the exception to report.
Remarks
This function is for derived classes wanting access to any logged exception without needing
to override all specific log exception handlers.
See Also