MCPcopy
hub / github.com/SeleniumHQ/selenium / finer

Method finer

javascript/selenium-webdriver/lib/logging.js:418–420  ·  view source on GitHub ↗

* Logs a message at the Level.FINER log level. * @param {(string|function(): string)} loggable the message to log, or a * function that will return the message.

(loggable)

Source from the content-addressed store, hash-verified

416 * function that will return the message.
417 */
418 finer(loggable) {
419 this.log(Level.FINER, loggable)
420 }
421
422 /**
423 * Logs a message at the {@link Level.FINEST} log level.

Callers 4

executeMethod · 0.80
logging_test.jsFile · 0.80
http.jsFile · 0.80
sendMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected