Stylistic adjustments

This commit is contained in:
2024-08-12 14:08:15 -04:00
parent 2795756235
commit 1ae346304e
5 changed files with 46 additions and 177 deletions

View File

@@ -38,7 +38,7 @@ Using jlog is straightforward:
#include <jlog.h>
int main() {
LOGLEVEL(jlog::severity::debug); // <- see jlog::severity for full list of log levels
LOGLEVEL(jlog::severity::debug); // <- see jlog::severity for full list of Log levels
INFO("This is barely useful information.");
DEBUG("Debugging Information");