aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cubeb_log.h
AgeCommit message (Expand)Author
2022-10-19Properly compare against current log levelTy Lamontagne
2022-09-29Clarify `cubeb_log_get_{log,callback}()` declaration.Matthew Gregan
2022-09-22Make the log callback and level atomicPaul Adenot
2022-07-19Don't print the file name and \n twice when logging asynchronously (#715)Paul Adenot
2022-07-18Check log level in asynchronous logging macros before printing (#714)az
2022-06-30Clarify `cubeb_async_log_reset_threads` declaration.Matthew Gregan
2021-07-28Run .clang-formatChun-Min Chang
2020-10-28AAudio: Address first review commentsnyorain
2020-04-09Only print the filename when logging (#581)Chun-Min Chang
2017-08-29Add a thread reset API for the ring buffer class.Paul Adenot
2017-04-18Rename g_log_... to g_cubeb_log_...Dan Glastonbury
2017-03-14Add a way to log messages asynchronously.Paul Adenot
2016-10-28Add __attribute__((format)) to log_callback on GCC and Clang.Matthew Gregan
2016-10-12Simplfy LOG*() macros and pass valist through to log callback.Matthew Gregan
2016-10-12Replace autotools build system with CMake.Matthew Gregan
2016-10-11Don't clobber common variable in LOG_INTERNAL macro.Matthew Gregan
2016-10-10Reverse the log level comparison so that it works.Paul Adenot
2016-10-10Address review comments.Paul Adenot
2016-10-10Implement the logging systemPaul Adenot