Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
class
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
render
Method · 0.80
render
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected