MCPcopy
hub / github.com/Fosowl/agenticSeek / error

Method error

sources/logger.py:48–49  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

46 self.log(message)
47
48 def error(self, message):
49 self.log(message, level=logging.ERROR)
50
51 def warning(self, message):
52 self.log(message, level=logging.WARN)

Callers 15

get_screenshotFunction · 0.80
think_wrapperFunction · 0.80
process_queryFunction · 0.80
App.jsFile · 0.80
fetchScreenshotFunction · 0.80
handleStopFunction · 0.80
handleSubmitFunction · 0.80
is_ip_onlineMethod · 0.80
go_toMethod · 0.80
get_textMethod · 0.80
get_navigableMethod · 0.80
click_elementMethod · 0.80

Calls 1

logMethod · 0.95

Tested by 1

test_error_levelMethod · 0.64