Class LogRecord
Abstract data class that defines log record header information
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Marus.Logger
Assembly: cs.temp.dll.dll
Syntax
public abstract class LogRecord
Constructors
LogRecord(DateTime, Double)
Declaration
public LogRecord(DateTime timeStamp, double simulationTime)
Parameters
Type | Name | Description |
---|---|---|
DateTime | timeStamp | |
System.Double | simulationTime |
Properties
SimulationTime
Declaration
public double SimulationTime { get; }
Property Value
Type | Description |
---|---|
System.Double |
TimeStamp
Declaration
public DateTime TimeStamp { get; }
Property Value
Type | Description |
---|---|
DateTime |