LocalTraceConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
LocalTraceConfiguration() |
Methods
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. |