IOutputter Interface
Namespace: Microsoft.VisualStudio.Diagnostics.Logging
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.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
Extension Methods
Name | Description | |
---|---|---|
WriteDebug | (Defined by IOutputterExtensions.) | |
WriteError | (Defined by IOutputterExtensions.) | |
WriteVerbose | (Defined by IOutputterExtensions.) | |
WriteWarning | (Defined by IOutputterExtensions.) |
Top