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.EntryConverts a goog.debug.LogRecord into a
webdriver.logging.Entry.
!webdriver.logging.Entrygoog.debug.LogRecord into a
webdriver.logging.Entry.| Parameters |
|---|
|
| Returns |
|