Mike1DLogFileWriterAddAdditionalLine Method

Add an additional line to the log file. This line is related to a previous line added by AddLine(DiagnosticsHandlerMessageType, String), and type of error message and date/time will not be printed.

Definition

Namespace: DHI.Mike1D.Mike1DDataAccess
Assembly: DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void AddAdditionalLine(
	string message
)

Parameters

message  String
Message

See Also