Class LogEntry
Represents information about a log entry when the browser console is written to.
public class LogEntry
- Inheritance
-
LogEntry
- Inherited Members
Properties
Kind
Gets the kind of message written to the log.
public string Kind { get; }
Property Value
Message
Gets the text of the message written to the log.
public string Message { get; }