Click or drag to resize

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.

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void AddAdditionalLine(
	string message
)

Parameters

message
Type: SystemString
Message
See Also