Freigeben über


LocalTraceConfiguration Klasse

Definition

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

Konstruktoren

LocalTraceConfiguration()

Methoden

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

Registriert einen neuen Protokolldatenstrom beim Ablaufverfolgungshub und macht ihn für anfordernde Clients verfügbar.

RegisterLogSource(LogId, LoggerOptions)

Registriert einen neuen Protokolldatenstrom beim Ablaufverfolgungshub und macht ihn für anfordernde Clients verfügbar.

RegisterLogSourceAsync(LogId, LoggerOptions, CancellationToken)

Registriert einen neuen Protokolldatenstrom beim Ablaufverfolgungshub und macht ihn für anfordernde Clients verfügbar.

RegisterLogSourceAsync(LogId, LoggerOptions, TraceSource, CancellationToken)

Registriert einen neuen Protokolldatenstrom beim Ablaufverfolgungshub und macht ihn für anfordernde Clients verfügbar.

Gilt für: