From: José Bollo Date: Wed, 28 Jun 2017 12:44:11 +0000 (+0200) Subject: Add new macro for handling verbosity X-Git-Tag: eel/4.99.1~120 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=404d36e7ce15941d07bded3c70ad91070a4d4a35;hp=404d36e7ce15941d07bded3c70ad91070a4d4a35;p=src%2Fapp-framework-binder.git Add new macro for handling verbosity It might be interesting to test the verbosity level before making resource consuming stuff. Se example below: if (afb_verbose_notice()) { char *s = compute(); NOTICE("I got %s", s); free(s); } Change-Id: I7be4248a86fc2a2a23820ec822b36d9fccafb203 Signed-off-by: José Bollo ---