chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.log / LogEntry / <init>

<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.

Official doc