Click or drag to resize

ErrorLogger.Log(Exception, Boolean) Method

Logs information about the encountered Exception.

Namespace: GSF.ErrorManagement
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.246-beta+42d747c9715f1fa10d4cfc2f9ab3daabb0a187d9
Syntax
public void Log(
	Exception exception,
	bool exitApplication
)
View Source

Parameters

exception  Exception
Encountered Exception whose information is to be logged.
exitApplication  Boolean
true to exit the application; otherwise false.
See Also