Udostępnij za pośrednictwem


ITraceConfiguration Interface

Definition

Configure Trace configuration for registration of a new log streams with Trace Hub.

public interface class ITraceConfiguration : IDisposable
public interface ITraceConfiguration : IDisposable
type ITraceConfiguration = interface
    interface IDisposable
Public Interface ITraceConfiguration
Implements IDisposable
Derived
Implements

Methods

RegisterLogSourceAsync(LogId, LoggerOptions, CancellationToken)

Registers a new log stream with the tracing hub and exposes it to requesting clients.

RegisterLogSourceAsync(LogId, LoggerOptions, TraceSource, CancellationToken)

Registers a new log stream with the tracing hub and exposes it to requesting clients.

Applies to