summaryrefslogtreecommitdiffstats
path: root/include/osmocore/logging.h
Commit message (Collapse)AuthorAgeFilesLines
* misc: Move the static_assert from logging to the utilsHolger Hans Peter Freyther2011-01-161-1/+0
| | | | | | This is just an ordinary macro, no specific reason to have it in logging.h. This was compile tested with code from our osmo family.
* logging: add missing include file changes for last commit (logfile)Harald Welte2010-08-251-0/+5
|
* logging: rename tgt_stdout to tgt_fileHarald Welte2010-08-251-1/+1
|
* move hexdump() from logging.c to utils.cHarald Welte2010-07-301-1/+0
|
* logging: add log_vty_{level,category}_string()Harald Welte2010-05-111-0/+4
|
* logging: introuduce log_level_str() to obtain the name of a log levelHarald Welte2010-05-111-0/+1
|
* rename 'debug' interface to 'logging' interfaceHarald Welte2010-03-261-0/+130
It's not really about debugging, but about generic logging...