A single log entry recorded by a WebDriver component, such as a remote WebDriver server.
Entry.fromClosureLogRecord(logRecord, opt_type)code »
Converts a goog.debug.LogRecord into a webdriver.logging.Entry.
Parameters
- logRecord
goog.debug.LogRecord The record to convert.
- opt_type
string= The log type.