public void LogMessage(
string Identifier,
string Message,
bool HexDump
)Public Sub LogMessage (
Identifier As String,
Message As String,
HexDump As Boolean
)public:
virtual void LogMessage(
String^ Identifier,
String^ Message,
bool HexDump
) sealedUse this for straightforward logging requirements. Writes all information in one command.
Will create a LOGISSUE message in the log if called before a line started by LogStart has been closed with LogFinish. Possible reasons for this are exceptions causing the normal flow of code to be bypassed or logic errors.