LogLine(Int32, String, Boolean) Constructor
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.
Represents a console log line.
public LogLine (int LineNumber, string Content, bool IsErrorMessage);
new Aspire.Hosting.ApplicationModel.LogLine : int * string * bool -> Aspire.Hosting.ApplicationModel.LogLine
Public Sub New (LineNumber As Integer, Content As String, IsErrorMessage As Boolean)
Parameters
- LineNumber
- Int32
The line number.
- Content
- String
The content.
- IsErrorMessage
- Boolean
A value indicating whether the log line is error output.