Mike1DControllerFactoryLogFileWriter Property

User provided log file writer.

Set manually if a specified log file writer is to be reused for several controllers, or if other types of control with the log file writer is required.

If the log file writer is provided by the user, remember also to attach it to the DiagnosticsHandler diagnosticsHandler.MessageEvent += logFileWriter.AddLine;

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 Mike1DLogFileWriter LogFileWriter { get; set; }

Property Value

Mike1DLogFileWriter

See Also