Class BehaviorDiagnostics
Namespace: Cephalon.Behaviors.Diagnostics
Assembly: Cephalon.Behaviors.dll
Structured diagnostic event-id constants for the ABT behavior runtime. IDs are in the range 5100–5109.
public static class BehaviorDiagnosticsInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”AdvisoryRaised
Section titled “ AdvisoryRaised”Advisory contributor added an advisory for a behavior.
public static readonly EventId AdvisoryRaisedField Value
Section titled “Field Value”BehaviorRegistered
Section titled “ BehaviorRegistered”Behavior registered in the catalog.
public static readonly EventId BehaviorRegisteredField Value
Section titled “Field Value”CompatibilityViolation
Section titled “ CompatibilityViolation”Behavior compatibility matrix violation detected at startup.
public static readonly EventId CompatibilityViolationField Value
Section titled “Field Value”DispatchFailed
Section titled “ DispatchFailed”Behavior dispatch failed with an exception.
public static readonly EventId DispatchFailedField Value
Section titled “Field Value”Dispatched
Section titled “ Dispatched”Behavior dispatch completed successfully.
public static readonly EventId DispatchedField Value
Section titled “Field Value”Dispatching
Section titled “ Dispatching”Behavior dispatch started.
public static readonly EventId DispatchingField Value
Section titled “Field Value”SlotCompiled
Section titled “ SlotCompiled”Behavior execution slot compiled at startup.
public static readonly EventId SlotCompiledField Value
Section titled “Field Value”TopologyResolved
Section titled “ TopologyResolved”Behavior topology resolved from configuration.
public static readonly EventId TopologyResolvedField Value
Section titled “Field Value”TransportBindFailed
Section titled “ TransportBindFailed”Transport binding failed to initialize.
public static readonly EventId TransportBindFailedField Value
Section titled “Field Value”TransportBound
Section titled “ TransportBound”Transport binding initialized for a behavior.
public static readonly EventId TransportBound