Skip to content
DocsTry Aspire
DocsTry

LogLine Constructors

StructConstructors1 member
Represents a console log line.
Constructor(int, string, bool)Section titled Constructor(int, string, bool)
Represents a console log line.
public struct LogLine
{
public LogLine(
int LineNumber,
string Content,
bool IsErrorMessage)
{
// ...
}
}
LineNumberintThe line number.
ContentstringThe content.
IsErrorMessageboolA value indicating whether the log line is error output.