SimpleErrorLogger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Int32) | |
Initialize(IEventSource) | |
Shutdown() |