Struct TraceEvent
public struct TraceEvent
- Inherited Members
Fields
Arg0
public object Arg0
Field Value
Arg1
public object Arg1
Field Value
Arg2
public object Arg2
Field Value
EditorFrame
public long EditorFrame
Field Value
EventId
public long EventId
Field Value
EventType
public string EventType
Field Value
FilePath
public string FilePath
Field Value
FormatEvent
public Func<TraceEvent, string> FormatEvent
Field Value
Level
public TraceEventLevel Level
Field Value
Line
public int? Line
Field Value
- int?
ParentEventId
public long? ParentEventId
Field Value
- long?
Timestamp
public long Timestamp
Field Value
Properties
CurrentEventId
public long? CurrentEventId { get; }
Property Value
- long?
Filename
public string Filename { get; }
Property Value
Methods
Scope()
Enters a dynamic AsyncLocal scope in which this event is the parent event. The scope stack will be restored to its original state on Dispose.
public TraceScope Scope()
Returns
Scope(long)
Enters a dynamic AsyncLocal scope in which the specified event ID is the parent event. The scope stack will be restored to its original state on Dispose.
public static TraceScope Scope(long eventId)
Parameters
eventId
long