Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-17 | Separate JalvLog from Jalv | David Robillard | 1 | -0/+6 | |
2022-08-17 | Use a consistent interface for error/warning/debug logging | David Robillard | 1 | -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-17 | Reduce dependence on jalv_internal.h | David Robillard | 1 | -1/+1 | |
2022-08-17 | Move Port definition to its own header | David Robillard | 1 | -0/+2 | |
2022-08-17 | Separate log.h from jalv_internal.h | David Robillard | 1 | -0/+54 | |