ITraceConfiguration Interface
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.
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. |