Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create libosmovty as library from OpenBSC VTY functions | Harald Welte | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | logging: add log_vty_{level,category}_string() | Harald Welte | 2010-05-11 | 1 | -0/+46 |
| | |||||
* | logging: introuduce log_level_str() to obtain the name of a log level | Harald Welte | 2010-05-11 | 1 | -0/+5 |
| | |||||
* | logging: only compile stderr target if we actualy have stderr | Harald Welte | 2010-03-27 | 1 | -0/+8 |
| | |||||
* | only include strings.h if it is actually preent | Harald Welte | 2010-03-26 | 1 | -0/+5 |
| | |||||
* | logging: fix default initialization of per-category loglevels | Harald Welte | 2010-03-26 | 1 | -2/+12 |
| | | | | | | | Before this patch, there was a bug in the code caused by a memcpy from one data structure to another. unfortuantely the data structures were not the same, so we have to explicitly iterate over the array and assign the structure members manually. | ||||
* | rename 'debug' interface to 'logging' interface | Harald Welte | 2010-03-26 | 1 | -0/+345 |
It's not really about debugging, but about generic logging... |