Share via


ConsoleOutputter Class

Definition

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

Constructors

ConsoleOutputter()
ConsoleOutputter(TextWriter)

Properties

LastError (Inherited from ErrorTrackingOutputter)
Silent

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