Click or drag to resize

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;

Namespace:  DHI.Mike1D.Mike1DDataAccess
Assembly:  DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public Mike1DLogFileWriter LogFileWriter { get; set; }

Property Value

Type: Mike1DLogFileWriter
See Also