LogEntry

fun 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)

Sources

jvm source
Link copied to clipboard