kdriver
Toggle table of contents
0.2.8
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Log
/
LogEntry
/
LogEntry
Log
Entry
constructor
(
source
:
String
,
level
:
String
,
text
:
String
,
category
:
String
?
=
null
,
timestamp
:
Double
,
url
:
String
?
=
null
,
lineNumber
:
Int
?
=
null
,
stackTrace
:
Runtime.StackTrace
?
=
null
,
networkRequestId
:
String
?
=
null
,
workerId
:
String
?
=
null
,
args
:
List
<
Runtime.RemoteObject
>
?
=
null
)