summaryrefslogtreecommitdiff
path: root/src/log.c
Commit message (Expand)AuthorAgeFilesLines
* 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-26/+0
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* log: Use shared log codeLuiz Augusto von Dentz2018-11-201-117/+13
* core: Add function for logging with priority informationMarcel Holtmann2015-11-111-0/+16
* core: Use constant for logging ident string and its lengthMarcel Holtmann2015-11-081-7/+8
* monitor: Do not abort user logging for invalid index messagesMarcel Holtmann2015-11-081-3/+6
* core: Add logging functions for controller specific messagesMarcel Holtmann2015-11-081-10/+59
* core: Add support for user logging with ident informationMarcel Holtmann2015-11-081-5/+12
* core: Use common logging function for daemon versionMarcel Holtmann2015-11-081-1/+1
* core: Add support for logging output to HCI_CHANNEL_LOGGINGMarcel Holtmann2015-11-071-4/+115
* core: Get rid of gcharLucas De Marchi2013-05-021-1/+1
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* src: Add function for printing warningsChan-yeol Park2012-04-161-0/+11
* plugin: Add debug support for exteranl pluginsMarcel Holtmann2011-08-141-4/+15
* Fix typo from deamon to daemonNobuhiro Iwamatsu2011-06-171-1/+1
* Fix empty parameter list in functions declarationsSzymon Janc2011-05-181-1/+1
* Clean up __btd_log_init functionSzymon Janc2011-05-101-11/+1
* Remove unused name parameter from btd_debug_descSzymon Janc2011-05-101-5/+1
* Fix some code style issuesLuiz Augusto von Dentz2010-06-291-14/+14
* Enable all debug sections when SIGUSR2 is triggeredMarcel Holtmann2010-06-121-1/+4
* Remove the broken concept of debug_enabled handlingMarcel Holtmann2010-06-121-11/+3
* Rename debug() into btd_debug() to hide it in favor of DBG()Marcel Holtmann2010-06-121-1/+1
* Fix regression with debug via SIGUSR2Gustavo F. Padovan2010-06-081-2/+15
* log: Remove vinfo functionGustavo F. Padovan2010-06-081-6/+1
* Move logging.{c,h} to log.{c,h}Gustavo F. Padovan2010-05-211-0/+133