TraceConfiguration 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.
This class will only provide log registration that is not capable of doing cross-process correlation. It is advised to only use this for services that run within the devenv process; however it should work for all services if you want to use this now.
Check back for a future update of this library.
public ref class TraceConfiguration : IDisposable, Microsoft::VisualStudio::LogHub::ITraceConfiguration
public class TraceConfiguration : IDisposable, Microsoft.VisualStudio.LogHub.ITraceConfiguration
type TraceConfiguration = class
interface ITraceConfiguration
interface IDisposable
Public Class TraceConfiguration
Implements IDisposable, ITraceConfiguration
- Inheritance
-
TraceConfiguration
- Implements