Stylistic adjustments
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user