summaryrefslogtreecommitdiff
path: root/log.c
AgeCommit message (Collapse)Author
2022-08-04log: Add priority name to log outputmrb0nk500
2022-08-03log, macros: Make `stdout`, and `stderr` logging more colourfulmrb0nk500
This is designed to make it more readable when printing the logs to a terminal, or terminal emulator.
2022-08-03log: Add `printlog()`mrb0nk500
This works exactly like `printlog()`, except it uses variadic arguments.
2022-08-03log: Create `log.{c,h}`, and add `vprintlog()`mrb0nk500
`vprintlog()` prints out the provided string to either syslog, stderr, or stdout depending on the output type.