Skip to main content

DiagnosticEvent

Assembly: ServiceStack.Text.dll
View Source
Declaration
public abstract class DiagnosticEvent

Properties

Source

View Source
Declaration
public virtual string Source { get; }

EventType

View Source
Declaration
public string EventType { get; set; }

OperationId

View Source
Declaration
public Guid OperationId { get; set; }

Operation

View Source
Declaration
public string Operation { get; set; }

TraceId

View Source
Declaration
public string TraceId { get; set; }

UserAuthId

View Source
Declaration
public string UserAuthId { get; set; }

Exception

View Source
Declaration
public Exception Exception { get; set; }

Timestamp

View Source
Declaration
public long Timestamp { get; set; }

Date

View Source
Declaration
public DateTime Date { get; set; }

DiagnosticEntry

View Source
Declaration
public object DiagnosticEntry { get; set; }

Tag

View Source
Declaration
public string Tag { get; set; }

StackTrace

View Source
Declaration
public string StackTrace { get; set; }

ClientOperationId

View Source
Declaration
public Guid? ClientOperationId { get; set; }

Meta

View Source
Declaration
public Dictionary<string, string> Meta { get; set; }