public void LogFinish(
string Message
)Public Sub LogFinish (
Message As String
)public:
virtual void LogFinish(
String^ Message
) sealedCan only be called once for each line started by LogStart.
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.
This overload is not available through COM, please use "LogFinish(ByVal Message As String, ByVal HexDump As Boolean)" with HexDump set False to achieve this effect.