MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / setLevel

Method setLevel

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

* @param {Level} level the new level for this logger, or `null` if the logger * should inherit its level from its parent logger.

(level)

Source from the content-addressed store, hash-verified

283 * should inherit its level from its parent logger.
284 */
285 setLevel(level) {
286 this.level_ = level
287 }
288
289 /** @return {Level} the log level for this logger. */
290 getLevel() {

Callers 9

configureLoggingMethod · 0.95
logging.jsFile · 0.45
logging.jsFile · 0.45
logging_test.jsFile · 0.45
logging_test.jsFile · 0.45
testFunction · 0.45
mainMethod · 0.45
setLogLevelMethod · 0.45
configureLoggerMethod · 0.45

Calls

no outgoing calls

Tested by 1

testFunction · 0.36