public void LogContinue(
string Message,
bool HexDump
)Public Sub LogContinue (
Message As String,
HexDump As Boolean
)public:
virtual void LogContinue(
String^ Message,
bool HexDump
) sealedThis can be called multiple times to build up a complex log line if required.
Will 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.