IOutputter Interface
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Interface IOutputter
public interface IOutputter
public interface class IOutputter
type IOutputter = interface end
public interface IOutputter
The IOutputter type exposes the following members.
Methods
Name | Description | |
---|---|---|
OutputErrorEvent | ||
OutputMessageEvent | ||
OutputWarningEvent |
Top