Freigeben über


IErrorTrackingOutputter Interface

Definition

public interface class IErrorTrackingOutputter : Microsoft::VisualStudio::Diagnostics::Logging::IOutputter
public interface class IErrorTrackingOutputter : Microsoft::VisualStudio::Diagnostics::Logging::IOutputter
__interface IErrorTrackingOutputter : Microsoft::VisualStudio::Diagnostics::Logging::IOutputter
public interface IErrorTrackingOutputter : Microsoft.VisualStudio.Diagnostics.Logging.IOutputter
type IErrorTrackingOutputter = interface
    interface IOutputter
Public Interface IErrorTrackingOutputter
Implements IOutputter
Derived
Implements

Properties

LastError

Methods

GetErrors()
OutputErrorEvent(OutputErrorEventArgs) (Inherited from IOutputter)
OutputMessageEvent(OutputMessageEventArgs) (Inherited from IOutputter)
OutputWarningEvent(OutputWarningEventArgs) (Inherited from IOutputter)

Extension Methods

WriteDebug(IOutputter, String)
WriteError(IOutputter, String)
WriteVerbose(IOutputter, String)
WriteWarning(IOutputter, String)

Applies to