Class LogEntry
LogEntry
public sealed class LogEntry
- Inheritance
-
LogEntry
- Inherited Members
Properties
Args
args
[JsonPropertyName("args")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RemoteObject[] Args { get; set; }
Property Value
Level
level
[JsonPropertyName("level")]
public LogEntryLevelValues Level { get; set; }
Property Value
LineNumber
lineNumber
[JsonPropertyName("lineNumber")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? LineNumber { get; set; }
Property Value
- long?
NetworkRequestId
networkRequestId
[JsonPropertyName("networkRequestId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string NetworkRequestId { get; set; }
Property Value
Source
source
[JsonPropertyName("source")]
public LogEntrySourceValues Source { get; set; }
Property Value
StackTrace
stackTrace
[JsonPropertyName("stackTrace")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public StackTrace StackTrace { get; set; }
Property Value
Text
text
[JsonPropertyName("text")]
public string Text { get; set; }
Property Value
Timestamp
timestamp
[JsonPropertyName("timestamp")]
public double Timestamp { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Url { get; set; }
Property Value
WorkerId
workerId
[JsonPropertyName("workerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string WorkerId { get; set; }