mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Provide API to configure the LIEF's logger
API changes:
LIEF::Logger::{set_level, set_verbose_level...}
Resolve: #68
This commit is contained in:
@@ -23,6 +23,7 @@ void init_LIEF_exceptions(py::module& m) {
|
||||
py::register_exception<LIEF::not_implemented>(m, "not_implemented", exception.ptr());
|
||||
py::register_exception<LIEF::not_supported>(m, "not_supported", exception.ptr());
|
||||
py::register_exception<LIEF::read_out_of_bound>(m, "read_out_of_bound", exception.ptr());
|
||||
py::register_exception<LIEF::integrity_error>(m, "integrity_error", exception.ptr());
|
||||
py::register_exception<LIEF::not_found>(m, "not_found", exception.ptr());
|
||||
py::register_exception<LIEF::corrupted>(m, "corrupted", exception.ptr());
|
||||
py::register_exception<LIEF::conversion_error>(m, "conversion_error", exception.ptr());
|
||||
|
||||
Reference in New Issue
Block a user