MCPcopy
hub / github.com/microsoft/RD-Agent / info

Method info

rdagent/log/logger.py:129–130  ·  view source on GitHub ↗
(self, msg: str, *, tag: str = "", raw: bool = False)

Source from the content-addressed store, hash-verified

127 logger.add(sys.stderr)
128
129 def info(self, msg: str, *, tag: str = "", raw: bool = False) -> None:
130 self._log("info", msg, tag=tag, raw=raw)
131
132 def warning(self, msg: str, *, tag: str = "", raw: bool = False) -> None:
133 self._log("warning", msg, tag=tag, raw=raw)

Callers 15

recordMethod · 0.80
_get_descriptionMethod · 0.80
genMethod · 0.80
genMethod · 0.80
genMethod · 0.80
genMethod · 0.80
build_idea_poolMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

_logMethod · 0.95

Tested by 2

test_chatFunction · 0.64
test_embeddingFunction · 0.64