Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-04 | log: Add priority name to log output | mrb0nk500 | |
2022-08-03 | log, macros: Make `stdout`, and `stderr` logging more colourful | mrb0nk500 | |
This is designed to make it more readable when printing the logs to a terminal, or terminal emulator. | |||
2022-08-03 | log: Add `printlog()` | mrb0nk500 | |
This works exactly like `printlog()`, except it uses variadic arguments. | |||
2022-08-03 | log: 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. |