Log Entry
@Serializable
Log entry.
Constructors
Link copied to clipboard
constructor(source: LogEntrySource, level: LogEntryLevel, text: String, category: LogEntryCategory? = null, timestamp: Timestamp, url: String? = null, lineNumber: Int? = null, stackTrace: StackTrace? = null, networkRequestId: RequestId? = null, workerId: String? = null, args: List<RemoteObject>? = null)
Properties
Link copied to clipboard
Call arguments.
Link copied to clipboard
(undocumented in the protocol definition)
Link copied to clipboard
Log entry severity.
Link copied to clipboard
Line number in the resource.
Link copied to clipboard
Identifier of the network request associated with this entry.
Link copied to clipboard
Log entry source.
Link copied to clipboard
JavaScript stack trace.