summaryrefslogtreecommitdiffstats
path: root/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* logging: fix corrupted outputPablo Neira Ayuso2011-05-191-0/+6
* logging: make sure the output is null-terminatedPablo Neira Ayuso2011-05-041-0/+2
* logging: remove workaround now that _output() has been reworkedPablo Neira Ayuso2011-05-041-12/+3
* logging: rework _output() functionPablo Neira Ayuso2011-05-041-23/+26
* logging: several memory allocation belong to tall_log_ctx contextPablo Neira Ayuso2011-05-041-2/+2
* logging: fix missing description of global loglevelPablo Neira Ayuso2011-05-041-0/+7
* logging: Add the 'all' category back to the log level commandHolger Hans Peter Freyther2011-03-291-1/+1
* utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso2011-03-281-18/+8
* include: reorganize headers file to include/osmocom/[gsm|core]Pablo Neira Ayuso2011-03-231-3/+3
* vty: integration with logging frameworkPablo Neira Ayuso2011-03-191-23/+115
* LOGGING: configure logging from the vtyHarald Welte2011-02-181-3/+21