LogLine(Int32, String, Boolean) Constructor

Definition

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.

Applies to