Partial work

This commit is contained in:
2024-06-13 12:30:48 -04:00
parent 85203b29e4
commit 4106bdb662
3 changed files with 57 additions and 32 deletions

View File

@@ -47,8 +47,6 @@ namespace jlog
void log(std::vector<token> tokens);
void log (const std::string& message);
void log (const std::string& contextColorCode, const std::string& context, const std::string& message);
void direct (const std::string& message);
void info (const std::string& message);
void verbose(const std::string& message);