Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dronekit/dronekit-python
/ logger
Function
logger
dronekit/util.py:8–10 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
6
logger(*args)
7
8
def
logger(*args):
9
print(*args, file=sys.stderr)
10
sys.stderr.flush()
Callers
1
errprinter
Function · 0.85
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected