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

Function getLogger

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

* Retrieves a named logger, creating it in the process. This function will * implicitly create the requested logger, and any of its parents, if they * do not yet exist. * * The log level will be unspecified for newly created loggers. Use * Logger#setLevel(level) to explicitly set a leve

(name)

Source from the content-addressed store, hash-verified

505 * @return {!Logger} the requested logger.
506 */
507function getLogger(name) {
508 return logManager.getLogger(name)
509}
510
511/**
512 * Pads a number to ensure it has a minimum of two digits.

Callers

nothing calls this directly

Calls 1

getLoggerMethod · 0.80

Tested by

no test coverage detected