LogLine Struct

Definition

Represents a console log line.

public readonly struct LogLine : IEquatable<Aspire.Hosting.ApplicationModel.LogLine>
type LogLine = struct
Public Structure LogLine
Implements IEquatable(Of LogLine)
Inheritance
LogLine
Implements

Constructors

LogLine(Int32, String, Boolean)

Represents a console log line.

Properties

Content

The content.

IsErrorMessage

A value indicating whether the log line is error output.

LineNumber

The line number.

Methods

Deconstruct(Int32, String, Boolean)
Equals(LogLine)
Equals(Object)
GetHashCode()
ToString()

Operators

Equality(LogLine, LogLine)
Inequality(LogLine, LogLine)

Applies to