Class SoEventRecorder.SoRecordedEvent
Inheritance
SoEventRecorder.SoRecordedEvent
Assembly: SoCore.dll
Syntax
public class SoEventRecorder.SoRecordedEvent
Constructors
SoRecordedEvent(string, string)
Declaration
public SoRecordedEvent(string category, string message)
Parameters
Properties
Category
Declaration
public string Category { get; }
Property Value
Message
Declaration
public string Message { get; }
Property Value
Timestamp
Declaration
public DateTime Timestamp { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides
Extension Methods