LogLine Constructors
Struct Constructors 1 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) { // ... }}Parameters
LineNumber int The line number. Content string The content. IsErrorMessage bool A value indicating whether the log line is error output.