Interface IRuntimeDiagnosticsCatalog
Namespace: Cephalon.Engine.Diagnostics
Assembly: Cephalon.Engine.dll
Exposes the merged diagnostics conventions visible to the current runtime.
public interface IRuntimeDiagnosticsCatalogProperties
Section titled “Properties”Conventions
Section titled “ Conventions”Gets the published diagnostics conventions visible to the runtime.
IReadOnlyList<DiagnosticsConvention> Conventions { get; }Property Value
Section titled “Property Value”IReadOnlyList<DiagnosticsConvention>
Methods
Section titled “Methods”GetBySource(string)
Section titled “ GetBySource(string)”Gets the diagnostics conventions owned by the requested source.
IReadOnlyList<DiagnosticsConvention> GetBySource(string source)Parameters
Section titled “Parameters”source string
The diagnostics source or package identifier.
Returns
Section titled “Returns”IReadOnlyList<DiagnosticsConvention>
The matching conventions, or an empty list when the source is not active.