Refactored how logging works

Made it central reusable logic. No longer needs to be passed around, opened or closed.
This commit is contained in:
Pasha Bibko
2025-05-05 23:55:22 +01:00
parent 0f11fe006b
commit 5339df9b36
22 changed files with 231 additions and 193 deletions

View File

@@ -13,12 +13,10 @@ This is my custom compiled language written in C++ based off of the LLVM toolcha
- Errors
- All simple errors (no members) use the same type
- Logging
- Less templates
- Standard for formatting
- Choose what is logged
- Choose what is logged (if any)
- Refactor
- Use dynamic linking for debug builds (faster build times)
- General clean up
- Parser needs folders
- Better .h files
### Stuff I want to do later (unordered)
- I/O manager (Console, Files)