aboutsummaryrefslogtreecommitdiffstats
path: root/src/log.h
AgeCommit message (Collapse)AuthorFilesLines
2022-08-17Define JALV_BEGIN_DECLS and define JALV_END_DECLSDavid Robillard1-6/+3
One lines good, three lines bad.
2022-08-17Separate JalvLog from JalvDavid Robillard1-0/+6
2022-08-17Use a consistent interface for error/warning/debug loggingDavid Robillard1-2/+16
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-17Reduce dependence on jalv_internal.hDavid Robillard1-1/+1
2022-08-17Move Port definition to its own headerDavid Robillard1-0/+2
2022-08-17Separate log.h from jalv_internal.hDavid Robillard1-0/+54