aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/logging.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-16logging: remove code duplicationMax1-13/+4
2016-12-14fsm: log caller's source for events and state changes, not fsm.c linesNeels Hofmeyr1-4/+23
2016-12-11import oap message parsing / encoding from openbsc.git; AGPL->GPLHarald Welte1-1/+2
2016-12-11fix: DLGSUP logging category "unusable"0.9.5Neels Hofmeyr1-1/+1
2016-12-09Implement GSMTAP log targetHarald Welte1-0/+14
2016-12-02logging: Extend log_target with call-back for un-formatted log lineHarald Welte1-1/+17
2016-05-12logging: Use __BASE_FILE__ instead of __FILE__Harald Welte1-4/+4
2016-05-06import gprs_gsup_message.[ch] from openbsc as gsup.[ch]0.9.4Harald Welte1-1/+2
2016-05-05Update doxygen annotations in libosmocoreHarald Welte1-17/+23
2016-05-05Add log_fini() function to release all memory allocated by logging frameworkHarald Welte1-0/+1
2016-02-29log: Add conditional logging based on log_check_levelJacob Erlbeck1-4/+20
2016-02-29log: Add log_check_level functionJacob Erlbeck1-0/+1
2015-11-02log: Add new DLSTATS log levelJacob Erlbeck1-1/+2
2014-12-05logging: Make it possible to print category/subsys and timestampsHolger Hans Peter Freyther1-0/+6
2014-12-04gtp: Add a global region for the gtp library of OpenGGSNHolger Hans Peter Freyther1-1/+2
2014-08-25logging: Add ability to save/print current log filtersHarald Welte1-0/+16
2014-08-21libctrl: Add DLCTRL as logging context for the control interfaceHarald Welte1-1/+2
2014-06-16include: Switch to #pragma once patternSylvain Munaut1-4/+1
2013-03-18logging: add new log_targets_reopen() functionHarald Welte1-0/+1
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-0/+5
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther1-5/+0
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi1-0/+5
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi1-1/+1
2012-09-11logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther1-0/+3
2012-09-11logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther1-1/+1
2012-07-12logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther1-1/+1
2012-07-10logging: Avoid compiler warnings when compiling c++ codeAndreas Eversberg1-2/+2
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-12gsm/sms: Added DLSMS debuggingAndreas Eversberg1-1/+2
2011-10-10Changed logging of LAPD from DLLAPDM to DLLAPDroot1-1/+1
2011-09-01logging: include stdarg.h for va_listChristoph Fritz1-0/+1
2011-08-31logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte1-0/+3
2011-08-17doxygen documentation for logging frameworkHarald Welte1-25/+44
2011-08-16start to add doxygen documentation to libosmocore headersHarald Welte1-1/+24
2011-07-29fix off-by-one error in OSMO_NUM_DLIBHarald Welte1-1/+1
2011-07-21remove DLRSL and DLNM, we don't need themHarald Welte1-3/+1
2011-07-19make sure we don't have namespace clashes between libraries and appsHarald Welte1-6/+6
2011-07-18logging: add libosmo-abis logging subsystemsPablo Neira Ayuso1-1/+7