Enum Output.DisplayModeType
Enumeration of output modes.
Namespace: TuringTrader.Simulator
Assembly: TuringTrader.Simulator.dll
Syntax
public enum Output.DisplayModeType
Fields
Name | Description |
---|---|
errorsAndWarnings | show errors and all warnings, but suppress informational messages. |
errorsAndWarningsOnce | show errors and first occurrence of warnings, but suppress repeated warnings and all informational messages. |
errorsOnly | show errors (and throw an exception), but suppress warnings and informational messages. |
errorsWarningsAndInfo | show all messages including errors, warnings, and info. |