aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/logging.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-20Revert "Revert "logging: add log level cache""Hoernchen1-1/+2
2024-01-09Revert "logging: add log level cache"Hoernchen1-1/+1
2024-01-09logging: add log level cacheEric1-1/+1
2023-05-10Add osmo_io with initial poll backendHarald Welte1-1/+2
2023-03-07logging: remove log_initialized(void)Eric1-1/+0
2022-10-16logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtranHarald Welte1-1/+3
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-1/+2
2022-04-28cosmetic: logging.h: fix indentationPau Espin Pedrol1-1/+1
2022-01-25logging: log to stderr when logging is not initializedPhilipp Maier1-0/+15
2022-01-21PFCP: add DLPFCP and osmo-upf port numbersNeels Hofmeyr1-1/+2
2022-01-09log_taget_find() should use enum log_target_type, not intHarald Welte1-1/+1
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte1-1/+2
2021-12-09logging: make LIBOSMOCORE_NO_LOGGING work as expectedEric Wild1-0/+8
2021-11-26logging: allow disabling macros using a new define: LIBOSMOCORE_NO_LOGGINGEric1-0/+4
2021-10-26logging: Change stderr + file target to use non-blocking writeHarald Welte1-0/+5
2021-03-24gprs_ns2: rework logging of Rx and Tx NS PDUAlexander Couzens1-1/+3
2021-02-20logging: Deprecate API log_set_print_filenamePau Espin Pedrol1-1/+1
2021-02-19logging: Allow prefixing thread ID to each log linePau Espin Pedrol1-0/+3
2020-12-09logging: Introduce DLBSSGP logging constantHarald Welte1-1/+2
2020-12-03ns2: Add log filtering by NSE/NSEI, fix NSVC filter on receiveDaniel Willmann1-0/+2
2020-12-02logging: Calculate LOG_MAX_{CTX,FILTERS} from the enumDaniel Willmann1-10/+10
2020-10-19logging: introduce 'systemd-journal' targetVadim Yanitskiy1-0/+7
2020-09-15Gb: add a second NS implementationAlexander Couzens1-1/+2
2019-11-23cosmetic: logging.h: fix comment s/levels/subsystemsNeels Hofmeyr1-1/+1
2019-11-23logging.h: define ansi color constantsNeels Hofmeyr1-0/+19
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol1-0/+14
2019-09-20logging: Move extern declaration of osmo_log_target_list from logging.h to lo...Pau Espin Pedrol1-1/+0
2019-09-18logging.h: add L1 SAPI related context and filterOliver Smith1-0/+2
2019-06-13minor: don't redefine macrosKévin Redon1-0/+2
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr1-4/+0
2018-09-03Add RSPRO support to IPA and logging definitionsHarald Welte1-1/+2
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr1-0/+9
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-6/+6
2018-02-27core/logging.h: Add logging category for jitter bufferPau Espin Pedrol1-1/+2
2018-01-19logging: allow to log only the basename of each sourceNeels Hofmeyr1-0/+1
2018-01-19logging: separate the '<000b>' subsys from filename loggingNeels Hofmeyr1-1/+13
2018-01-17logging: add ability to log the log-level with API and vtyNeels Hofmeyr1-0/+4
2017-12-01logging: Extend the LOGPSRC macro to put cont in it as wellHolger Hans Peter Freyther1-2/+18
2017-07-18add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr1-1/+2
2017-07-08Deprecate wrappers around loglevel_strsMax1-2/+2
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-3/+1
2017-06-23api doc typo fix in core/logging.hNeels Hofmeyr1-1/+1
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-49/+49
2017-06-18Fix compilation warning on deprecated macroPau Espin Pedrol1-2/+2
2017-05-09vty: cleanup logging functionsMax1-2/+2
2017-04-03logging.h: #define DLSS7, DLSCCP, DLSUA, DLM3UA for libosmo-sigtranHarald Welte1-1/+5
2017-02-23logging.h: fixup: shorter names for LOGGING_FILTER_* and LOGGING_CTX_*Neels Hofmeyr1-16/+18
2017-02-23logging.h: fixup: add API doc for logging enums recently addedNeels Hofmeyr1-0/+5
2017-02-23logging.h: fix backwards compat broken by recent commitNeels Hofmeyr1-0/+7
2017-02-22logging: centrally define ctx and filter indexesNeels Hofmeyr1-2/+17