consolidate as much as possible

This commit is contained in:
2024-06-26 21:03:03 -04:00
parent 9f0ccef302
commit f0ccdf00c0
6 changed files with 479 additions and 590 deletions

View File

@@ -11,6 +11,7 @@ jlog is a C++ library for logging to file, console, and event callbacks.
* Color Output
* Logs to file AND console!
* Idiomatic Event callback for hooking into your game engine gui!
* GCC and MSVC support
## Installation
@@ -29,6 +30,7 @@ target_link_libraries(YourProgram ... jlog)
```
# Usage
Using jlog is straightforward:
```cpp