次の方法で共有


LocalTraceConfiguration クラス

定義

public class LocalTraceConfiguration : IDisposable, Microsoft.VisualStudio.LogHub.ITraceConfiguration
type LocalTraceConfiguration = class
    interface ITraceConfiguration
    interface IDisposable
Public Class LocalTraceConfiguration
Implements IDisposable, ITraceConfiguration
継承
LocalTraceConfiguration
実装

コンストラクター

LocalTraceConfiguration()

メソッド

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

トレース ハブに新しいログ ストリームを登録し、要求元のクライアントに公開します。

RegisterLogSource(LogId, LoggerOptions)

トレース ハブに新しいログ ストリームを登録し、要求元のクライアントに公開します。

RegisterLogSourceAsync(LogId, LoggerOptions, CancellationToken)

トレース ハブに新しいログ ストリームを登録し、要求元のクライアントに公開します。

RegisterLogSourceAsync(LogId, LoggerOptions, TraceSource, CancellationToken)

トレース ハブに新しいログ ストリームを登録し、要求元のクライアントに公開します。

適用対象