MCPcopy 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
55def _setup_logger(debug: bool) -> None:
56 if debug:
57 log_to_stderr(LogLevel.DebugLog)
58 else:
59 log_to_stderr(LogLevel.InfoLog)
60
61
62def main() -> None:

Callers 1

mainFunction · 0.85

Calls 1

log_to_stderrFunction · 0.85

Tested by

no test coverage detected