ToolTask.LogEventsFromTextOutput(String, MessageImportance) Method
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.
Calls a method on the TaskLoggingHelper to parse a single line of text to see if there are any errors or warnings in canonical format. This can be overridden by the derived class if necessary.
protected:
virtual void LogEventsFromTextOutput(System::String ^ singleLine, Microsoft::Build::Framework::MessageImportance messageImportance);
protected virtual void LogEventsFromTextOutput (string singleLine, Microsoft.Build.Framework.MessageImportance messageImportance);
abstract member LogEventsFromTextOutput : string * Microsoft.Build.Framework.MessageImportance -> unit
override this.LogEventsFromTextOutput : string * Microsoft.Build.Framework.MessageImportance -> unit
Protected Overridable Sub LogEventsFromTextOutput (singleLine As String, messageImportance As MessageImportance)
Parameters
- singleLine
- String
- messageImportance
- MessageImportance