Click or drag to resize

HelperFunctionsLoggingWriteLog Method (Exception)

This method enable the programmer to write in an Log the error message receiveed by an Exception passed as argument. If you have not called InitializeLog() to create or to open a specific logfile, a generic one called "LogFile.log" will be created or opened.

Namespace:  AHL
Assembly:  AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void WriteLog(
	Exception ex
)

Parameters

ex
Type: SystemException
This is the Exception which needs to be logged.
See Also