TraceOutputter Class

Definition

public ref class TraceOutputter sealed : Microsoft::VisualStudio::Diagnostics::Logging::ErrorTrackingOutputter
public ref class TraceOutputter sealed : Microsoft::VisualStudio::Diagnostics::Logging::ErrorTrackingOutputter
class TraceOutputter sealed : Microsoft::VisualStudio::Diagnostics::Logging::ErrorTrackingOutputter
public sealed class TraceOutputter : Microsoft.VisualStudio.Diagnostics.Logging.ErrorTrackingOutputter
type TraceOutputter = class
    inherit ErrorTrackingOutputter
Public NotInheritable Class TraceOutputter
Inherits ErrorTrackingOutputter
Inheritance

Constructors

TraceOutputter()

Properties

LastError (Inherited from ErrorTrackingOutputter)

Methods

Format(String, String) (Inherited from ErrorTrackingOutputter)
GetErrors() (Inherited from ErrorTrackingOutputter)
OutputErrorEvent(OutputErrorEventArgs)
OutputMessageEvent(OutputMessageEventArgs)
OutputWarningEvent(OutputWarningEventArgs)

Extension Methods

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

Applies to