POLLOG* macros use the new formatting (#598)

* POLLOG* macros use the new formatting
removed all old logging functions

* removed old fmt lib from everything except StreamWriter
removed unneeded functions

* fixed review comments
This commit is contained in:
turleypol 2024-01-16 17:55:42 +01:00 committed by GitHub
parent 154a68a9fd
commit d848deae18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
173 changed files with 876 additions and 1187 deletions

View file

@ -1,6 +1,6 @@
#include "ModuleFunctionDeclaration.h"
#include <format/format.h>
#include <utility>
#include "bscript/compiler/ast/FunctionParameterDeclaration.h"