IErrorTrackingOutputter Interface

Namespace:  Microsoft.VisualStudio.Diagnostics.Logging
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public Interface IErrorTrackingOutputter _
    Inherits IOutputter
public interface IErrorTrackingOutputter : IOutputter
public interface class IErrorTrackingOutputter : IOutputter
type IErrorTrackingOutputter =  
    interface 
        interface IOutputter 
    end
public interface IErrorTrackingOutputter extends IOutputter

The IErrorTrackingOutputter type exposes the following members.

Properties

  Name Description
Public property LastError

Top

Methods

  Name Description
Public method GetErrors
Public method OutputErrorEvent (Inherited from IOutputter.)
Public method OutputMessageEvent (Inherited from IOutputter.)
Public method OutputWarningEvent (Inherited from IOutputter.)

Top

Extension Methods

  Name Description
Public Extension Method WriteDebug (Defined by IOutputterExtensions.)
Public Extension Method WriteError (Defined by IOutputterExtensions.)
Public Extension Method WriteVerbose (Defined by IOutputterExtensions.)
Public Extension Method WriteWarning (Defined by IOutputterExtensions.)

Top

See Also

Reference

Microsoft.VisualStudio.Diagnostics.Logging Namespace