RequestDiagnosticEvent
Assembly: ServiceStack.dll
View Source
Declaration
public class RequestDiagnosticEvent : DiagnosticEvent
Properties
Source
View Source
Declaration
public override string Source { get; }
Request
View Source
Declaration
public IRequest Request { get; set; }
Inherited Properties
ClientOperationId
View Source
Declaration
public Guid? ClientOperationId { get; set; }
Date
View Source
Declaration
public DateTime Date { get; set; }
DiagnosticEntry
View Source
Declaration
public object DiagnosticEntry { get; set; }
EventType
View Source
Declaration
public string EventType { get; set; }
Exception
View Source
Declaration
public Exception Exception { get; set; }
Meta
View Source
Declaration
public Dictionary<string, string> Meta { get; set; }
Operation
View Source
Declaration
public string Operation { get; set; }
OperationId
View Source
Declaration
public Guid OperationId { get; set; }
Source
View Source
Declaration
public virtual string Source { get; }
StackTrace
View Source
Declaration
public string StackTrace { get; set; }
Tag
View Source
Declaration
public string Tag { get; set; }
Timestamp
View Source
Declaration
public long Timestamp { get; set; }
TraceId
View Source
Declaration
public string TraceId { get; set; }
UserAuthId
View Source
Declaration
public string UserAuthId { get; set; }