The main change of this series is adding the ability to pass source properties (such as can be obtained via syntax-source in macros) to the `log-msg' call, and have the default log formatter use it to display the source location of the corresponding call.
It also fixes a few minor issues spotted while working with the source, and calls `flush-log' at the end of `accept-log' to avoid long delays caused by the default block buffering when the log traffic is low. Maxim Cournoyer (6): configure.ac: Fix typo in message. Use /bin/sh in update-api script shebang. tests: guile-library.api: Re-generate. logging: Allow passing source properties to `log-msg'. logging: Adjust default log-formatter output. logger: Call flush-log at the end of accept-log. configure.ac | 2 +- src/logging/logger.scm | 90 +++++++++---- unit-tests/guile-library.api | 245 ++-------------------------------- unit-tests/logging.logger.scm | 18 ++- unit-tests/update-api | 2 +- 5 files changed, 87 insertions(+), 270 deletions(-) base-commit: 8d0196230f80afcf4da33917fe8ae390a1560931 -- 2.41.0