SimpleErrorLogger Class

Definition

This logger ignores all message-level output, writing errors and warnings to standard error, colored red and yellow respectively.

It is currently used only when the user requests information about specific properties, items, or target results. In that case, we write the desired output to standard out, but we do not want it polluted with any other kinds of information. Users still might want diagnostic information if something goes wrong, so still output that as necessary.

public ref class SimpleErrorLogger sealed : Microsoft::Build::Framework::INodeLogger
public sealed class SimpleErrorLogger : Microsoft.Build.Framework.INodeLogger
type SimpleErrorLogger = class
    interface INodeLogger
    interface ILogger
Public NotInheritable Class SimpleErrorLogger
Implements INodeLogger
Inheritance
SimpleErrorLogger
Implements

Constructors

SimpleErrorLogger()

Properties

HasLoggedErrors
Parameters
Verbosity

Methods

Initialize(IEventSource)
Initialize(IEventSource, Int32)
Shutdown()

Applies to