LogLine
Struct readonly net10.0
Represents a console log line.
namespace Aspire.Hosting.ApplicationModel;
public sealed readonly struct LogLine : System.IEquatable<Aspire.Hosting.ApplicationModel.LogLine>{ // ...} IEquatable<LogLine>
11 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesContentget; initstringThe content.
IsErrorMessageget; initboolA value indicating whether the log line is error output.
LineNumberget; initintThe line number.
Methods7
Section titled MethodsDeconstruct(int, string, bool)Equals(object)boolIndicates whether this instance and a specified object are equal.
Equals(LogLine)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintReturns the hash code for this instance.
op_Equality(LogLine, LogLine)staticboolop_Inequality(LogLine, LogLine)staticboolToStringstringReturns the fully qualified type name of this instance.