IDiagnosticsBuilder Interface

IDiagnosticsBuilder interface

An interface for configuring diagnostic tools.

public interface IDiagnosticsBuilder

Methods

NameDescription
addLogging(ILogger)Enables logs collection.
addMetrics()Enables metrics collection.
addTracing()Enables traces collection.

See Also