FlowsheetBaseMessagesLog Property

Gets or sets the list of informational and diagnostic messages generated during simulation.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public List<string> MessagesLog { get; set; }

Property Value

ListString

Implements

IFlowsheetMessagesLog

See Also