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

Method getLevel

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

@return {Level} the log level for this logger.

()

Source from the content-addressed store, hash-verified

288
289 /** @return {Level} the log level for this logger. */
290 getLevel() {
291 return this.level_
292 }
293
294 /**
295 * @return {!Level} the effective level for this logger.

Callers 3

logging_test.jsFile · 0.45
consoleHandlerFunction · 0.45
logging.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected