consolidate as much as possible
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user