Share via


LocalTraceConfiguration Class

Definition

public class LocalTraceConfiguration : IDisposable, Microsoft.VisualStudio.LogHub.ITraceConfiguration
type LocalTraceConfiguration = class
    interface ITraceConfiguration
    interface IDisposable
Public Class LocalTraceConfiguration
Implements IDisposable, ITraceConfiguration
Inheritance
LocalTraceConfiguration
Implements

Constructors

Name Description
LocalTraceConfiguration()

Methods

Name Description
Dispose()
Dispose(Boolean)
RegisterLogSource(LogId, LoggerOptions, TraceSource)

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

RegisterLogSource(LogId, LoggerOptions)

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

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