pl.wendigo.chrome.api.log / LogEntry

LogEntry

data class LogEntry (source)

Log entry.

Link
Log#LogEntry type documentation.

Constructors

<init>

LogEntry(source: String, level: String, text: String, timestamp: Timestamp, url: String? = null, lineNumber: Int? = null, stackTrace: StackTrace? = null, networkRequestId: RequestId? = null, workerId: String? = null, args: List<RemoteObject>? = null)

Log entry.

Properties

args

val args: List<RemoteObject>?

Call arguments.

level

val level: String

Log entry severity.

lineNumber

val lineNumber: Int?

Line number in the resource.

networkRequestId

val networkRequestId: RequestId?

Identifier of the network request associated with this entry.

source

val source: String

Log entry source.

stackTrace

val stackTrace: StackTrace?

JavaScript stack trace.

text

val text: String

Logged text.

timestamp

val timestamp: Timestamp

Timestamp when this entry was added.

url

val url: String?

URL of the resource if known.

workerId

val workerId: String?

Identifier of the worker associated with this entry.