summaryrefslogtreecommitdiff
path: root/python/log.py
AgeCommit message (Expand)Author
2026-04-23output pip installation failures to the log, allow custom python stack traces...Jordan Wiens
2026-01-27Perform function lifting and inlining in arch pluginsBrandon Miller
2026-01-01update copyrights for 2026Jordan Wiens
2025-08-01Add log functions for logging the current stack trace without an active excep...Rusty Wagner
2025-08-01Use log_error_for_exception in the Python API to pass tracebacks in the stack...Rusty Wagner
2025-08-01Add log_for_exception family of APIs to the Python APIRusty Wagner
2025-03-28missed the older dates!Jordan Wiens
2024-10-11Fix type hints in log.pyJosh Ferrell
2024-01-08update copyright yearJordan Wiens
2023-01-05Update copyright to 2023Josh F
2022-03-16Add support for structured loggingPeter LaFosse
2022-02-10fixes #2959; some type checking on log APIsJordan Wiens
2022-01-28Format All FilesKyleMiles
2022-01-19Many type check fixesPeter LaFosse
2022-01-03update copyright yearsJordan Wiens
2021-09-30small doc fixesJordan Wiens
2021-09-05Add type hints to basicblock.py, lowlevelil.py, architecture.pyPeter LaFosse
2021-01-18updating copyright yearJordan Wiens
2020-11-11fix log API param types to be the appropriate enum instead of intJordan Wiens
2020-10-28Avoid varargs in Python FFIRusty Wagner
2020-06-17many spelling fixesJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2019-01-03lots of spelling / typo fixesJordan Wiens
2018-07-16Fix format of strings in python/log.pyKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-05-10default to loglevel info for log_to_stdoutJordan Wiens
2017-05-19update copyright yearJordan Wiens
2017-05-02add method to query log output statePeter LaFosse
2017-05-02Make plugin loading errors show up in error consolePeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse