Add logging API (internal to log, public to set the current log level)
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 May 2017 17:04:03 +0000 (13:04 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:42 +0000 (12:57 -0400)
commitbeb0fb75663091c20765a8508162711ba828f456
treefb6a650fb0f1e4a216455a74378558fecf59c088
parent36b405c633c7ea0ca02cebea0e1189b14f9245a3
Add logging API (internal to log, public to set the current log level)

See doc/logging-guide.adoc which explains the whole logging API, how to
set and initialize the log levels, how to write logging statements, etc.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
14 files changed:
Makefile.am
configure.ac
doc/Makefile.am
doc/api/Doxyfile.in
doc/logging-guide.adoc [new file with mode: 0644]
include/Makefile.am
include/babeltrace/lib-logging-internal.h [new file with mode: 0644]
include/babeltrace/logging-internal.h [new file with mode: 0644]
include/babeltrace/logging.h [new file with mode: 0644]
lib/Makefile.am
lib/logging.c [new file with mode: 0644]
logging/LICENSE [new file with mode: 0644]
logging/Makefile.am [new file with mode: 0644]
logging/log.c [new file with mode: 0644]
This page took 0.024598 seconds and 4 git commands to generate.