Skip to main content

OrmLiteDiagnosticEvent

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

Properties

Source

View Source
Declaration
public override string Source { get; }

ConnectionId

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

Connection

View Source
Declaration
public IDbConnection Connection { get; set; }

Command

View Source
Declaration
public IDbCommand Command { get; set; }

IsolationLevel

View Source
Declaration
public IsolationLevel? IsolationLevel { get; set; }

TransactionName

View Source
Declaration
public string TransactionName { 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; }