Click or drag to resize

HelperFunctionsLoggingWriteLog Method (String)

This method enable the programmer to write in an Log the message 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(
	string Message
)

Parameters

Message
Type: SystemString
This is the Error Message which needs to be logged.
See Also