mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-05-12 03:19:34 +00:00
parent
588a7a3a04
commit
d1a7b81120
@ -65,6 +65,11 @@ Changelog
|
||||
|
||||
See: :func:`lief.logging.set_level`
|
||||
|
||||
.. note::
|
||||
|
||||
The log functions now output on ``stderr`` instead of ``stdout``
|
||||
|
||||
|
||||
|
||||
0.10.1 - November 29, 2019
|
||||
--------------------------
|
||||
|
@ -34,7 +34,7 @@ Logger::~Logger() = default;
|
||||
Logger::Logger(void) {
|
||||
// TODO(romain): Handle Android logcat sink
|
||||
if /* constexpr */ (lief_logging_support) {
|
||||
this->sink_ = spdlog::stdout_color_mt("console");
|
||||
this->sink_ = spdlog::stderr_color_mt("console");
|
||||
|
||||
this->sink_->set_level(spdlog::level::warn);
|
||||
this->sink_->set_pattern("%v");
|
||||
|
Loading…
x
Reference in New Issue
Block a user