libqb/include/qb
Ken Gaillot dc1311f05e Feature: Implement "extended" logging using a marker character
If a log message contains a magic character, everything after that marker
will be considered "extended" information. Log targets default to showing
this extended information but qb_log_ctl() may be used to indicate that
the extended information should be stripped instead.

The use case is a log message that has some information of value to administrators
and other information that is only of value for debugging. Two targets can be
configured such that the administrator log is not cluttered with debug information,
but a separate debug log is still available with complete information.

The magic character is the bell (\a). If someone wants to log an actual bell
character, they can do so in the extended information or via a %c format
(only the first bell is magic and only in the format string).
2015-04-30 12:14:53 -04:00
..
Makefile.am Initial map using either a skiplist or a hashtable 2011-08-22 14:11:43 +10:00
qbarray.h array: add a mechanism to get a callback when a bin is allocated 2012-10-23 10:31:47 +11:00
qbatomic.h Fix comment typo: neccessary -> necessary 2015-04-20 16:12:56 +02:00
qbconfig.h.in LOG: add dynamic callsites (for platforms that don't support __attribute__(section) 2011-04-14 16:05:38 +10:00
qbdefs.h defs: better define va_copy 2011-08-26 09:39:26 +10:00
qbhdb.h Unify to QB_TRUE/QB_FALSE a boolean value 2013-01-11 02:01:06 +09:00
qbipc_common.h Add Doxygen description for qbipc_common.h 2015-04-20 16:12:57 +02:00
qbipcc.h Feature: New api function to retrieve client buffer size 2013-11-18 16:53:39 -06:00
qbipcs.h Fix comment typos: incomming -> incoming 2015-04-20 16:12:56 +02:00
qblist.h list: don't splice empty lists onto the head. 2013-03-07 16:48:41 +11:00
qblog.h Feature: Implement "extended" logging using a marker character 2015-04-30 12:14:53 -04:00
qbloop.h Get libqb building on cygwin. 2012-09-07 09:14:07 +10:00
qbmap.h Make all headers self standing 2012-01-16 22:21:03 +11:00
qbrb.h Low: blackbox: Abort blackbox logging on ringbuffer overwrite reclaim error 2013-10-08 21:59:59 -05:00
qbutil.h Fix description of qbutil.h 2015-04-20 16:13:00 +02:00