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)
Syntaxpublic static void WriteLog(
string Message
)
Public Shared Sub WriteLog (
Message As String
)
public:
static void WriteLog(
String^ Message
)
static member WriteLog :
Message : string -> unit
Parameters
- Message
- Type: SystemString
This is the Error Message which needs to be logged.
See Also