summaryrefslogtreecommitdiffstats
path: root/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* fix DLSMS logging category color: '[1:38m' isn't actually definedNeels Hofmeyr2019-11-231-1/+1
* logging.h: define ansi color constantsNeels Hofmeyr2019-11-231-8/+8
* logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol2019-10-091-0/+68
* logging: Use reentrant ctime_r instead of ctimePau Espin Pedrol2019-06-131-5/+8
* logging: Check return error from time() callPau Espin Pedrol2019-06-131-1/+2
* src/logging.c: fix syntax errors in Doxygen documentationVadim Yanitskiy2019-03-271-7/+7
* Enable remote SIM protocol log levelMax2019-02-141-0/+5
* Allow log_init() with NULL log_infoMax2018-12-061-10/+15
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-131-1/+1
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-131-1/+0
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-131-161/+3
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-271-6/+45
* logging.c: Fix whitespace typoPau Espin Pedrol2018-07-261-1/+1
* logging: log_vty_command_string: Fix undercount of buf alloc sizePau Espin Pedrol2018-07-251-1/+1
* Fix embedded (arm-none-eabi) buildsHarald Welte2018-06-281-0/+2
* core/logging.h: Add logging category for jitter bufferPau Espin Pedrol2018-02-271-0/+5
* logging: allow to log only the basename of each sourceNeels Hofmeyr2018-01-191-0/+14
* logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr2018-01-191-6/+42
* cosmetic: logging: if color is disabled, don't print ""Neels Hofmeyr2018-01-171-5/+6
* fix -Werror build: logging.c: always use literal with snprintfNeels Hofmeyr2018-01-171-1/+1
* logging: color the log category according to levelNeels Hofmeyr2018-01-171-1/+5
* logging: color the log levelNeels Hofmeyr2018-01-171-4/+26
* logging: add ability to log the log-level with API and vtyNeels Hofmeyr2018-01-171-0/+17
* Allow multiple 'log gsmtap' sinksMax2018-01-121-2/+9
* log: print loginfo assertions sourceMax2018-01-121-8/+8
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-131-0/+2
* [doc] src/logging.c: Fix Doxygen syntax to make logging.c show up in logging ...Harald Welte2017-10-161-1/+1
* add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr2017-07-181-0/+5
* Fix warnings: tolower() and similar require ucharPau Espin Pedrol2017-06-231-2/+2
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-6/+6
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-33/+33
* update/extend doxygen documentationHarald Welte2017-06-121-0/+1
* src/logging.c: Fix EMBEDDED buildHarald Welte2017-05-151-1/+1
* vty: cleanup logging functionsMax2017-05-091-11/+12
* logging: Add log_info_cat for DLSS7/DLSCCP/DLSUA/DLM3UAHarald Welte2017-04-031-0/+20
* logging: fail gracefully if log_info() was not calledHarald Welte2017-03-161-0/+21
* logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr2017-02-231-8/+8
* logging: centrally define ctx and filter indexesNeels Hofmeyr2017-02-221-7/+14
* disable various code if building for bare-iron embeddedHarald Welte2017-01-231-0/+6
* fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr2016-12-121-1/+2
* fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2016-12-121-0/+5
* fix logging: also catch first out-of-bounds logging catNeels Hofmeyr2016-12-121-1/+3
* fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr2016-12-121-1/+8
* import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte2016-12-111-0/+5
* fix: DLGSUP logging category "unusable"Neels Hofmeyr2016-12-111-0/+5
* Implement GSMTAP log targetHarald Welte2016-12-091-2/+2
* logging: Extend log_target with call-back for un-formatted log lineHarald Welte2016-12-021-1/+4
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-221-1/+2
* misc: Some spelling errors correctedRuben Undheim2016-05-251-1/+1
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-10/+47