aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-29logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther1-0/+1
2013-03-19Revert "Follow up fix for the log level "everything""Harald Welte1-3/+0
2013-03-19Revert "Fix log level "everything" and make it equal to "debug""Harald Welte1-1/+1
2013-03-18logging: add new log_targets_reopen() functionHarald Welte1-0/+20
2013-02-27Follow up fix for the log level "everything"Holger Hans Peter Freyther1-0/+3
2013-02-19Fix log level "everything" and make it equal to "debug"Harald Welte1-1/+1
2013-01-11add some missing doxygen annotation for libosmocore functionsHarald Welte1-0/+9
2012-09-27logging.c: Do not crash on empty category nameNico Golde1-5/+7
2012-09-11logging: Introduce a print_filename flag for the logtargetHolger Hans Peter Freyther1-5/+17
2012-09-11logging: Mark the log_info_cat pointer as constsHolger Hans Peter Freyther1-2/+3
2012-07-12logging: Fix compile breakage introduced by the warning fixesHolger Hans Peter Freyther1-4/+4
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
2011-11-12gsm/sms: Added DLSMS debuggingAndreas Eversberg1-0/+6
2011-10-10Changed logging of LAPD from DLLAPDM to DLLAPDroot1-3/+3
2011-08-31logging: add osmo_vlogp() as vararg / va_list compatible functionHarald Welte1-4/+5
2011-08-17doxygen documentation for logging frameworkHarald Welte1-5/+79
2011-08-11logging: fix parsing of logging mask (-d DMI case)Pablo Neira Ayuso1-0/+5
2011-07-29use the 'L' prefix in debug names (DLINP instead of DINP)Harald Welte1-4/+4
2011-07-21remove DLRSL and DLNM, we don't need themHarald Welte1-12/+0
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-0/+34
2011-07-02fix against corrupted output in parallel loggingHarald Welte1-1/+1
2011-06-27Fix the generation of the log_categories string + LAPDMHarald Welte1-4/+7
2011-06-27logging: make sure to add the internal categories, as intendedHarald Welte1-0/+6
2011-06-27add LAPDm code from osmocom-bb into libosmocore0.3.3Harald Welte1-0/+6
2011-06-27logging: introduce library-internal logging categoriesHarald Welte1-20/+92
2011-05-19logging: fix corrupted outputPablo Neira Ayuso1-0/+6
2011-05-04logging: make sure the output is null-terminatedPablo Neira Ayuso1-0/+2
2011-05-04logging: remove workaround now that _output() has been reworkedPablo Neira Ayuso1-12/+3
2011-05-04logging: rework _output() functionPablo Neira Ayuso1-23/+26
2011-05-04logging: several memory allocation belong to tall_log_ctx contextPablo Neira Ayuso1-2/+2
2011-05-04logging: fix missing description of global loglevelPablo Neira Ayuso1-0/+7
2011-03-29logging: Add the 'all' category back to the log level commandHolger Hans Peter Freyther1-1/+1
2011-03-28utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.hPablo Neira Ayuso1-18/+8
2011-03-23include: reorganize headers file to include/osmocom/[gsm|core]0.2.0Pablo Neira Ayuso1-3/+3
2011-03-19vty: integration with logging framework0.1.31Pablo Neira Ayuso1-23/+115
2011-02-18LOGGING: configure logging from the vtyHarald Welte1-3/+21
2011-02-17LOGGING: Pass the log level down to the log target output functionHarald Welte1-5/+6
2010-09-17Make sure we don't user std{err,in,out} if they don't exist.Sylvain Munaut1-4/+5
2010-08-25logging: add log target logging into text file and log target destroy functionHarald Welte1-0/+50
2010-08-25logging: rename tgt_stdout to tgt_fileHarald Welte1-5/+5
2010-07-30logging: Make sure we don't use "end of color" code if colors are turned offHarald Welte1-1/+2
2010-07-30move hexdump() from logging.c to utils.cHarald Welte1-19/+0
2010-05-25rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte1-15/+15
2010-05-25Create libosmovty as library from OpenBSC VTY functionsHarald Welte1-1/+1
2010-05-11logging: add log_vty_{level,category}_string()0.1.6Harald Welte1-0/+46
2010-05-11logging: introuduce log_level_str() to obtain the name of a log levelHarald Welte1-0/+5
2010-03-27logging: only compile stderr target if we actualy have stderrHarald Welte1-0/+8
2010-03-26only include strings.h if it is actually preentHarald Welte1-0/+5
2010-03-26logging: fix default initialization of per-category loglevelsHarald Welte1-2/+12