Skip to content
Docs Try Aspire

LogLine Properties

Struct Properties 3 members
Represents a console log line.
The content.
public string Content { get; init; }
A value indicating whether the log line is error output.
public bool IsErrorMessage { get; init; }
The line number.
public int LineNumber { get; init; }