LogLine Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |