Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ _setup_logger
Function
_setup_logger
python/examples/raw_binary_base_detection.py:55–59 ·
view source on GitHub ↗
(debug: bool)
Source
from the content-addressed store, hash-verified
53
54
55
def
_setup_logger(debug: bool) -> None:
56
if
debug:
57
log_to_stderr(LogLevel.DebugLog)
58
else
:
59
log_to_stderr(LogLevel.InfoLog)
60
61
62
def
main() -> None:
Callers
1
main
Function · 0.85
Calls
1
log_to_stderr
Function · 0.85
Tested by
no test coverage detected