Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
| | | | | Also fixes several whitespace errors. | ||||
* | Loggers specify what log messages they want to receive during registration. | Tobias Brunner | 2012-05-02 | 1 | -22/+25 |
| | | | | | | | This also allows us to generate the log message only once for all loggers that need it (avoids calls to custom printf specifier callbacks). To update the log levels loggers can simply be registered again. | ||||
* | Ensure that multi-line log messages are not torn apart. | Tobias Brunner | 2012-05-02 | 1 | -1/+10 |
| | |||||
* | Use a separate interface for loggers. | Tobias Brunner | 2012-05-02 | 1 | -4/+2 |
| | | | | | | | | The new interface does not allow loggers to unregister themselves from the bus. This allows us to use a rwlock_t for them. The latter also means that loggers can now be called concurrently by multiple threads. | ||||
* | Log messages with a loglevel > 1 to ANDROID_LOG_DEBUG. | Tobias Brunner | 2011-10-18 | 1 | -1/+2 |
| | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | Adding an Android specific logger. | Tobias Brunner | 2010-06-15 | 1 | -0/+96 |