Module logging
Expand description
LIEF’s logging API
This module contains function to tweak or use LIEF’s logging mechanisms
use lief::logging;
logging::set_level(logging::Level::DEBUG);
logging::log(logging::Level::DEBUG, "Hi!");
Enums§
- Level
- The different levels of log