MCPcopy Create free account
hub / github.com/TeleHuman/PBHC / write

Method write

humanoidverse/utils/logging.py:24–26  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

22
23class LoguruStream:
24 def write(self, message):
25 if message.strip(): # Only log non-empty messages
26 logger.info(message.strip()) # Changed to debug level
27
28 def flush(self):
29 pass

Callers 3

renderMethod · 0.80
renderMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected