summaryrefslogtreecommitdiffstats
path: root/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* LOGGING: Pass the log level down to the log target output functionHarald Welte2011-02-171-5/+6
* Make sure we don't user std{err,in,out} if they don't exist.Sylvain Munaut2010-09-171-4/+5
* logging: add log target logging into text file and log target destroy functionHarald Welte2010-08-251-0/+50
* logging: rename tgt_stdout to tgt_fileHarald Welte2010-08-251-5/+5
* logging: Make sure we don't use "end of color" code if colors are turned offHarald Welte2010-07-301-1/+2
* move hexdump() from logging.c to utils.cHarald Welte2010-07-301-19/+0
* rename log_info to osmo_log_info to avoid namespace clash with appHarald Welte2010-05-251-15/+15
* Create libosmovty as library from OpenBSC VTY functionsHarald Welte2010-05-251-1/+1
* logging: add log_vty_{level,category}_string()Harald Welte2010-05-111-0/+46
* logging: introuduce log_level_str() to obtain the name of a log levelHarald Welte2010-05-111-0/+5
* logging: only compile stderr target if we actualy have stderrHarald Welte2010-03-271-0/+8
* only include strings.h if it is actually preentHarald Welte2010-03-261-0/+5
* logging: fix default initialization of per-category loglevelsHarald Welte2010-03-261-2/+12
* rename 'debug' interface to 'logging' interfaceHarald Welte2010-03-261-0/+345