summaryrefslogtreecommitdiff
path: root/src/log.h
Commit message (Expand)AuthorAgeFilesLines
* log: Don't log __FILE__ and __func__ with DBG_IDXLuiz Augusto von Dentz2022-03-231-2/+4
* src: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* log: Make error and warn log file and function informationLuiz Augusto von Dentz2020-05-011-2/+4
* core: Add function for logging with priority informationMarcel Holtmann2015-11-111-0/+3
* core: Add logging functions for controller specific messagesMarcel Holtmann2015-11-081-5/+16
* codingstyle: Change __FUNCTION__ to __func__Andrei Emeltchenko2013-09-111-1/+1
* src: Add function for printing warningsChan-yeol Park2012-04-161-0/+1
* src: Fix newline before EOFSyam Sidhardhan2012-04-131-1/+0
* plugin: Add debug support for exteranl pluginsMarcel Holtmann2011-08-141-0/+3
* Fix empty parameter list in functions declarationsSzymon Janc2011-05-181-1/+1
* Remove unused name parameter from btd_debug_descSzymon Janc2011-05-101-1/+0
* Fix some code style issuesLuiz Augusto von Dentz2010-06-291-10/+9
* Remove the broken concept of debug_enabled handlingMarcel Holtmann2010-06-121-4/+1
* Rename debug() into btd_debug() to hide it in favor of DBG()Marcel Holtmann2010-06-121-3/+4
* Fix regression with debug via SIGUSR2Gustavo F. Padovan2010-06-081-1/+5
* Remove ifndef barrier from log.h and btio.hGustavo F. Padovan2010-06-081-4/+0
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-0/+60