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

Method severe

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

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

371 * function that will return the message.
372 */
373 severe(loggable) {
374 this.log(Level.SEVERE, loggable)
375 }
376
377 /**
378 * Logs a message at the {@link Level.WARNING} log level.

Callers 15

requireAtomFunction · 0.80
sendKeysMethod · 0.80
logging_test.jsFile · 0.80
listenerMethod · 0.80
isOpenGitHubIssueMethod · 0.80
startMethod · 0.80
getMBeanAttributeInfoMethod · 0.80
getAttributeInfoMethod · 0.80
findGetterMethod · 0.80
getAttributeMethod · 0.80

Calls 1

logMethod · 0.95