DHITracer Class

Wrapper around the microsoft TraceSwitch class Messages are prepended with "Level (DisplayName, DateTime.Now)::". To get the message itself, split the string on "::"

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class DHITracer : TraceSwitch
Inheritance
TraceSwitch    DHITracer

Constructors

DHITracer Default constructor

Methods

Error Record an error trace message
Info Record an info trace message
Verbose Record a verbose trace message
Warning Record warning trace message

See Also