EcoLabDebugger Class |
Namespace: DHI.Mike1D.Engine.ModuleEcoLab
public class EcoLabDebugger : EcoLabDebuggerBase, IEcoLabDebugger
The EcoLabDebugger type exposes the following members.
Name | Description | |
---|---|---|
![]() | EcoLabDebugger | Initializes a new instance of the EcoLabDebugger class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FlushFile |
Flush to file
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HandleGeneral |
Handle a general set of messages, created during prepare and finalization of simulation
|
![]() | Initialize |
Initialize debugger
|
![]() | IsDebugging |
Returns true if debug info is enabled.
(Inherited from EcoLabDebuggerBase.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | PostCalculateGridPoint |
Method called after grid point has been processed
msgs can be null |
![]() | PostCalculateNode |
Method called after node has been processed
msgs can be null |
![]() | PostInitTimestep |
Handle post-init-timestep messages, called once for every ECO Lab instance for every time step
but only if there are messages to report.
|
![]() | PreCalculateGridPoint |
Method called before grid point is being processed
|
![]() | PreCalculateNode |
Method called before node is being processed
|
![]() | PreInitTimestep | |
![]() | ReadDebugLevel |
Read current debug level
(Inherited from EcoLabDebuggerBase.) |
![]() | StartDebugging |
Start creating debugging output from ECO Lab
(Overrides EcoLabDebuggerBaseStartDebugging.) |
![]() | StopDebugging |
Stop creating debugging output from ECO Lab
(Inherited from EcoLabDebuggerBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | _currentDebugLevel |
Current debug level
(Inherited from EcoLabDebuggerBase.) |
![]() | _isInitialized | True if debugger has been initialized |
![]() | _writer | Writer to write debug info to |
![]() | DebugLevel |
ECO Lab debug level. Zero is no debug info, and 6 is full debug info.
(Inherited from EcoLabDebuggerBase.) |
![]() | End | End time of debugging |
![]() | FilePath | File to write debug messages to |
![]() | Start | Start time of debugging |