Microsoft.Build.Logging.SimpleErrorLogger Namespace
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.
Classes
SimpleErrorLogger |
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. |