libosmocore/tests/loggingrb
Neels Hofmeyr f2644aee55 logging.h: define ansi color constants
It's hard to figure out what color logging categories have with those ANSI
color code strings. Instead, define these OSMO_LOGCOLOR_* constants.

Naming: commonly, the logging.h header has the "LOG" prefix in the name, but it
seems saner to include the OSMO_ prefix: it seems too likely that some
libosmocore user somewhere already has defined "LOGCOLOR_RED" somewhere.

Change-Id: I03b6b1f73ae7ee61d37ff921e071a3d0881d3e9a
2019-11-23 07:58:47 +00:00
..
logging_test.err Added a ring buffer log target to store the last N log messages. 2013-02-27 15:13:45 +01:00
logging_test.ok Added a ring buffer log target to store the last N log messages. 2013-02-27 15:13:45 +01:00
loggingrb_test.c logging.h: define ansi color constants 2019-11-23 07:58:47 +00:00