aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/sql/sql_logger.c
Commit message (Collapse)AuthorAgeFilesLines
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+1
| | | | Also fixes several whitespace errors.
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-021-6/+11
| | | | | | | 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.
* Use a separate interface for loggers.Tobias Brunner2012-05-021-10/+10
| | | | | | | | 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.
* Migrated sql_logger_t to INIT/METHOD macros.Tobias Brunner2011-10-041-20/+18
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+145