Fix: make Python plugin provider have its own log level
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 29 May 2017 18:28:30 +0000 (14:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 9 Jun 2017 20:58:12 +0000 (16:58 -0400)
commit7f8b9578155e3a870d7e6e7520313a45392151c6
treebe069c676027027a915fde2a3f23634ccfa613c7
parent373c938b7b096e1bcb09623c56b7c82b3b7a6744
Fix: make Python plugin provider have its own log level

It cannot share libbabeltrace's log level because it's in a different
shared object itself. Because it's not using the library's global log
level, we don't initialize it with the BABELTRACE_LOGGING_GLOBAL_LEVEL,
but with its own BABELTRACE_PYTHON_PROVIDER_LOG_LEVEL.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
include/babeltrace/logging-internal.h
python-plugin-provider/python-plugin-provider.c
This page took 0.024422 seconds and 4 git commands to generate.