aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-26rename 'debug' interface to 'logging' interface0.1.2Harald Welte1-0/+345