Skip to content

Interface IRuntimeDiagnosticsCatalog

Namespace: Cephalon.Engine.Diagnostics
Assembly: Cephalon.Engine.dll

Exposes the merged diagnostics conventions visible to the current runtime.

public interface IRuntimeDiagnosticsCatalog

Gets the published diagnostics conventions visible to the runtime.

IReadOnlyList<DiagnosticsConvention> Conventions { get; }

IReadOnlyList<DiagnosticsConvention>

Gets the diagnostics conventions owned by the requested source.

IReadOnlyList<DiagnosticsConvention> GetBySource(string source)

source string

The diagnostics source or package identifier.

IReadOnlyList<DiagnosticsConvention>

The matching conventions, or an empty list when the source is not active.