aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.c
AgeCommit message (Collapse)AuthorFilesLines
2023-09-22Clean up includesDavid Robillard1-1/+0
2022-08-17Use logging API for almost all console outputDavid Robillard1-1/+3
Towards being smarter about this and maintaining distinction between kinds of output, so the console interface can grow into a more solid language/protocol.
2022-08-17Switch to meson build systemDavid Robillard1-5/+3
2022-08-17Separate JalvLog from JalvDavid Robillard1-6/+5
2022-08-17Use a consistent interface for error/warning/debug loggingDavid Robillard1-19/+51
Towards the ability to hook the log into other things (for display in a UI, for example). The implementation still just prints to stderr, although now with consistent formatting.
2022-08-17Move Port definition to its own headerDavid Robillard1-0/+1
2022-08-17Separate options.h from jalv_internal.hDavid Robillard1-0/+1
2022-08-17Move JalvURIDs and JalvNodes to their own headersDavid Robillard1-0/+1
2022-08-17Separate log.h from jalv_internal.hDavid Robillard1-1/+6
2022-08-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-05-30Move implementations out of shared headerDavid Robillard1-0/+32
Generally cleaner, and conveniently avoids clang-tidy warnings that result from checking this code as C++.
2022-05-27Move platform-specific terminal code out of headersDavid Robillard1-0/+29
2022-05-27Format all code with clang-formatDavid Robillard1-35/+30
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-09-27Clean up includesDavid Robillard1-0/+7
2016-07-31Clean up log outputDavid Robillard1-5/+22
2015-10-10Add option to enable plugin trace log messagesDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@5764 a436a847-0d15-0410-975c-d299462d15a1
2012-04-05Implement log extension.David Robillard1-0/+43
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4146 a436a847-0d15-0410-975c-d299462d15a1