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

Method isLoggable

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

* @param {!Level} level the level to check. * @return {boolean} whether messages recorded at the given level are loggable * by this instance.

(level)

Source from the content-addressed store, hash-verified

310 * by this instance.
311 */
312 isLoggable(level) {
313 return level.value !== Level.OFF.value && level.value >= this.getEffectiveLevel().value
314 }
315
316 /**
317 * Adds a handler to this logger. The handler will be invoked for each message

Callers 10

logMethod · 0.95
logging_test.jsFile · 0.80
testFunction · 0.80
logMethod · 0.80
decodeMethod · 0.80
injectMethod · 0.80
exportMethod · 0.80
log.jsFile · 0.80

Calls 1

getEffectiveLevelMethod · 0.95

Tested by 1

testFunction · 0.64