aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Move src/*.{c,h} to src/core/Pau Espin Pedrol1-1532/+0
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-0/+6
2022-01-31logging: fix printing of '\0' when filename printed lastVadim Yanitskiy1-0/+2
2022-01-31logging: fix coding style issues in _output_buf()Vadim Yanitskiy1-3/+3
2022-01-25logging: log to stderr when logging is not initializedPhilipp Maier1-0/+12
2022-01-21PFCP: add DLPFCP and osmo-upf port numbersNeels Hofmeyr1-0/+6
2022-01-09log_taget_find() should use enum log_target_type, not intHarald Welte1-1/+1
2022-01-05VTY: implement 'no log gsmtap [HOSTNAME]' commandVadim Yanitskiy1-0/+4
2022-01-04logging: Fix Not enough tailroom msgb_put in _output_buf callersPau Espin Pedrol1-1/+2
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte1-0/+6
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-11-25logging: Fix memory leak in case async log write queue overflowsHarald Welte1-1/+4
2021-11-03logging: Fix double lock of log_tgt_mutexPau Espin Pedrol1-36/+6
2021-10-26logging: Attempt a synchronous, non-blocking write first (file, stderr)Harald Welte1-17/+30
2021-10-26logging: Avoid memcpy from stack to msgb in _file_output()Harald Welte1-18/+43
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte1-15/+282
2021-10-15logging: Change LLAPD category color to purple-like onePau Espin Pedrol1-1/+1
2021-03-24gprs_ns2: rework logging of Rx and Tx NS PDUAlexander Couzens1-0/+12
2021-02-19logging: Allow prefixing thread ID to each log linePau Espin Pedrol1-0/+21
2021-02-03initial support for static userspace probes via systemtapHarald Welte1-0/+13
2021-01-07logging: Remove duplicate color for DLSMSDaniel Willmann1-1/+0
2020-12-17logging: revert color of LGLOBAL category back to whiteVadim Yanitskiy1-1/+0
2020-12-09logging: Assing different 8bit colors to built-in subsystemsHarald Welte1-0/+22
2020-12-09logging: Introduce DLBSSGP logging constantHarald Welte1-0/+5
2020-09-29logging: Introduce MAX_LOG_SIZE for the magic number 4096Harald Welte1-1/+4
2020-09-15Gb: add a second NS implementationAlexander Couzens1-0/+5
2020-09-14logging: Avoid printing OSMO_LOGCOLOR_END if no color was usedPau Espin Pedrol1-1/+1
2020-09-09logging: fix memleak in log_target_create_file()Vadim Yanitskiy1-1/+5
2020-09-09logging: fix log_target_destroy(): properly close syslogVadim Yanitskiy1-0/+10
2020-09-09logging: refactor and simplify log_target_destroy()Vadim Yanitskiy1-10/+8
2020-05-12logging: do not allow multiple calls of log_init()Philipp Maier1-0/+3
2020-05-12logging: use LOGL_NOTICE when no loglevel is setPhilipp Maier1-9/+17
2019-11-23fix DLSMS logging category color: '[1:38m' isn't actually definedNeels Hofmeyr1-1/+1
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr1-8/+8
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol1-0/+68
2019-06-13logging: Use reentrant ctime_r instead of ctimePau Espin Pedrol1-5/+8
2019-06-13logging: Check return error from time() callPau Espin Pedrol1-1/+2
2019-03-27src/logging.c: fix syntax errors in Doxygen documentationVadim Yanitskiy1-7/+7
2019-02-14Enable remote SIM protocol log levelMax1-0/+5
2018-12-06Allow log_init() with NULL log_infoMax1-10/+15
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr1-1/+1
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr1-1/+0
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr1-161/+3
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr1-6/+45
2018-07-26logging.c: Fix whitespace typoPau Espin Pedrol1-1/+1
2018-07-25logging: log_vty_command_string: Fix undercount of buf alloc sizePau Espin Pedrol1-1/+1
2018-06-28Fix embedded (arm-none-eabi) buildsHarald Welte1-0/+2
2018-02-27core/logging.h: Add logging category for jitter bufferPau Espin Pedrol1-0/+5
2018-01-19logging: allow to log only the basename of each sourceNeels Hofmeyr1-0/+14
2018-01-19logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr1-6/+42