Skip to content
Docs Try Aspire

LogLine Constructors

Struct Constructors 1 member
Represents a console log line.
Represents a console log line.
public struct LogLine
{
public LogLine(
int LineNumber,
string Content,
bool IsErrorMessage)
{
// ...
}
}
LineNumber int The line number.
Content string The content.
IsErrorMessage bool A value indicating whether the log line is error output.