Class webdriver.logging.Entry
code »A single log entry.
Constructor
webdriver.logging.Entry ( level, message, opt_timestamp, opt_type )
Parameters |
---|
|
Show:
Instance Methods
Instance Properties
Static Functions
code »webdriver.logging.Entry.fromClosureLogRecord ( logRecord, opt_type ) ⇒ !webdriver.logging.Entry
Converts a goog.debug.LogRecord
into a
webdriver.logging.Entry
.
!webdriver.logging.Entry
goog.debug.LogRecord
into a
webdriver.logging.Entry
.Parameters |
---|
|
Returns |
|