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

Method removeHandler

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

* Removes a handler from this logger. * * @param {function(!Entry)} handler the handler to remove. * @return {boolean} whether a handler was successfully removed.

(handler)

Source from the content-addressed store, hash-verified

333 * @return {boolean} whether a handler was successfully removed.
334 */
335 removeHandler(handler) {
336 if (!this.handlers_) {
337 return false
338 }
339 return this.handlers_.delete(handler)
340 }
341
342 /**
343 * Logs a message at the given level. The message may be defined as a string

Callers 7

removeConsoleHandlerFunction · 0.80
logging_test.jsFile · 0.80
logging.jsFile · 0.80
endLogCaptureMethod · 0.80
divconsole.jsFile · 0.80

Calls 1

deleteMethod · 0.45

Tested by 3

endLogCaptureMethod · 0.64