libosmocore/src/vty
Holger Hans Peter Freyther 2d6ad13d8d logging: Make it possible to print category/subsys and timestamps
We want to see from which category/subsystem a certain log message
is coming from and use a different timestamp format as well. Add
two new bitfields. This doesn't change the size of the structure
and on 32bit we still have 27bits left.

The extended timestamp will take preference over the current and
default timestamp format.

Fixes: SYS#602
2014-12-05 10:23:28 +01:00
..
Makefile.am build: remove unused all_includes and use AM_CPPFLAGS 2014-10-03 08:48:31 +02:00
buffer.c remove references to u_long type, use 'unsigned long' instead 2014-11-14 15:22:22 +01:00
command.c vty: Check with the application before writing the config 2014-12-04 14:39:14 +01:00
logging_vty.c logging: Make it possible to print category/subsys and timestamps 2014-12-05 10:23:28 +01:00
telnet_interface.c write_queue: Use EBADF instead of EBABDFD for portability 2014-07-01 19:42:49 +02:00
utils.c vty: Support multi-char separators and end strings 2013-08-06 14:56:35 +02:00
vector.c vty/vector.c: Use string.h, not memory.h 2014-11-14 15:22:37 +01:00
vty.c remove references to u_long type, use 'unsigned long' instead 2014-11-14 15:22:22 +01:00