core/log: add fancy logger

This commit is contained in:
outfoxxed 2024-08-02 18:48:09 -07:00
parent 533b389742
commit 46f48f2f87
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 85 additions and 4 deletions

6
src/core/logging.hpp Normal file
View file

@ -0,0 +1,6 @@
#pragma once
class LogManager {
public:
static void setup();
};