index
:
public/binaryninja-api.git
extended-rust-llil
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
log.py
Age
Commit message (
Expand
)
Author
2026-04-23
output pip installation failures to the log, allow custom python stack traces...
Jordan Wiens
2026-01-27
Perform function lifting and inlining in arch plugins
Brandon Miller
2026-01-01
update copyrights for 2026
Jordan Wiens
2025-08-01
Add log functions for logging the current stack trace without an active excep...
Rusty Wagner
2025-08-01
Use log_error_for_exception in the Python API to pass tracebacks in the stack...
Rusty Wagner
2025-08-01
Add log_for_exception family of APIs to the Python API
Rusty Wagner
2025-03-28
missed the older dates!
Jordan Wiens
2024-10-11
Fix type hints in log.py
Josh Ferrell
2024-01-08
update copyright year
Jordan Wiens
2023-01-05
Update copyright to 2023
Josh F
2022-03-16
Add support for structured logging
Peter LaFosse
2022-02-10
fixes #2959; some type checking on log APIs
Jordan Wiens
2022-01-28
Format All Files
KyleMiles
2022-01-19
Many type check fixes
Peter LaFosse
2022-01-03
update copyright years
Jordan Wiens
2021-09-30
small doc fixes
Jordan Wiens
2021-09-05
Add type hints to basicblock.py, lowlevelil.py, architecture.py
Peter LaFosse
2021-01-18
updating copyright year
Jordan Wiens
2020-11-11
fix log API param types to be the appropriate enum instead of int
Jordan Wiens
2020-10-28
Avoid varargs in Python FFI
Rusty Wagner
2020-06-17
many spelling fixes
Jordan Wiens
2020-01-01
update copyright year to 2020
Jordan Wiens
2019-01-17
update company name and copyright date
Jordan Wiens
2019-01-03
lots of spelling / typo fixes
Jordan Wiens
2018-07-16
Fix format of strings in python/log.py
KyleMiles
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
Various Python 3 support changes
KyleMiles
2018-07-10
working division, prints, and metaclasses, but imports broken, still needs work
Jordan Wiens
2018-05-10
default to loglevel info for log_to_stdout
Jordan Wiens
2017-05-19
update copyright year
Jordan Wiens
2017-05-02
add method to query log output state
Peter LaFosse
2017-05-02
Make plugin loading errors show up in error console
Peter LaFosse
2017-01-05
Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...
Peter LaFosse
2016-10-28
Refactor python api into separate files and add Enumeration support. Also fix...
plafosse