Class ConsoleMessage
ConsoleMessage
public sealed class ConsoleMessage
- Inheritance
-
ConsoleMessage
- Inherited Members
Properties
Column
column
[JsonPropertyName("column")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Column { get; set; }
Property Value
- long?
Level
level
[JsonPropertyName("level")]
public ConsoleMessageLevelValues Level { get; set; }
Property Value
Line
line
[JsonPropertyName("line")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Line { get; set; }
Property Value
- long?
Source
source
[JsonPropertyName("source")]
public ConsoleMessageSourceValues Source { get; set; }
Property Value
Text
text
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }