MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / debug

Method debug

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

* Logs a message at the Level.DEBUG 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

433 * function that will return the message.
434 */
435 debug(loggable) {
436 this.log(Level.DEBUG, loggable)
437 }
438
439 /**
440 * Logs a message at the {@link Level.FINE} log level.

Callers 2

getBinaryFunction · 0.45
logOutputFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected