public void LogFinish(
string Message,
bool HexDump
)Public Sub LogFinish (
Message As String,
HexDump As Boolean
)public:
virtual void LogFinish(
String^ Message,
bool HexDump
) sealedWill create a LOGISSUE message in the log if called before a line has been started with LogStart. Possible reasons for this are exceptions causing the normal flow of code to be bypassed or logic errors.