summaryrefslogtreecommitdiffstats
path: root/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add log_fini() function to release all memory allocated by logging frameworkHarald Welte2016-05-051-0/+15
* logging.c: assert category_token allocation (CID #57871)Neels Hofmeyr2016-04-161-0/+1
* logging: Remove unused variable after recent changesHolger Hans Peter Freyther2016-02-291-1/+0
* logging: Move the filter check up as wellHolger Hans Peter Freyther2016-02-291-11/+9
* logging: Remove some code duplicationHolger Hans Peter Freyther2016-02-291-37/+37
* log: Add log_check_level functionJacob Erlbeck2016-02-291-0/+39
* log: Add new DLSTATS log levelJacob Erlbeck2015-11-021-0/+5
* logging: Implement subsecond resolution of extended timestampsJacob Erlbeck2015-03-181-4/+7
* log: "logging level everything" is a badly named option.Holger Hans Peter Freyther2014-12-281-1/+1
* logging: Call color only once and use the resultHolger Hans Peter Freyther2014-12-051-1/+1
* logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther2014-12-051-1/+49
* gtp: Add a global region for the gtp library of OpenGGSNHolger Hans Peter Freyther2014-12-041-0/+5
* libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte2014-08-211-0/+5
* logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2013-12-291-0/+1
* Revert "Follow up fix for the log level "everything""Harald Welte2013-03-191-3/+0
* Revert "Fix log level "everything" and make it equal to "debug""Harald Welte2013-03-191-1/+1
* logging: add new log_targets_reopen() functionHarald Welte2013-03-181-0/+20
* Follow up fix for the log level "everything"Holger Hans Peter Freyther2013-02-271-0/+3
* Fix log level "everything" and make it equal to "debug"Harald Welte2013-02-191-1/+1
* add some missing doxygen annotation for libosmocore functionsHarald Welte2013-01-111-0/+9
* logging.c: Do not crash on empty category nameNico Golde2012-09-271-5/+7
* logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther2012-09-111-5/+17
* logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther2012-09-111-2/+3
* logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther2012-07-121-4/+4
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* gsm/sms: Added DLSMS debuggingAndreas Eversberg2011-11-121-0/+6
* Changed logging of LAPD from DLLAPDM to DLLAPDroot2011-10-101-3/+3
* logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte2011-08-311-4/+5
* doxygen documentation for logging frameworkHarald Welte2011-08-171-5/+79
* logging: fix parsing of logging mask (-d DMI case)Pablo Neira Ayuso2011-08-111-0/+5
* use the 'L' prefix in debug names (DLINP instead of DINP)Harald Welte2011-07-291-4/+4
* remove DLRSL and DLNM, we don't need themHarald Welte2011-07-211-12/+0
* make sure we don't have namespace clashes between libraries and appsHarald Welte2011-07-191-6/+6
* logging: add libosmo-abis logging subsystemsPablo Neira Ayuso2011-07-181-0/+34
* fix against corrupted output in parallel loggingHarald Welte2011-07-021-1/+1
* Fix the generation of the log_categories string + LAPDMHarald Welte2011-06-271-4/+7
* logging: make sure to add the internal categories, as intendedHarald Welte2011-06-271-0/+6
* add LAPDm code from osmocom-bb into libosmocoreHarald Welte2011-06-271-0/+6
* logging: introduce library-internal logging categoriesHarald Welte2011-06-271-20/+92