early-access version 1605

This commit is contained in:
pineappleEA
2021-04-15 07:16:22 +02:00
parent bd8df24a11
commit 0de10206e4
12 changed files with 59 additions and 46 deletions
+2 -2
View File
@@ -7,7 +7,7 @@
#include <cstddef>
#include <string>
namespace Log {
namespace Common::Log {
struct Entry;
@@ -17,4 +17,4 @@ std::string FormatLogMessage(const Entry& entry);
void PrintMessage(const Entry& entry);
/// Prints the same message as `PrintMessage`, but colored according to the severity level.
void PrintColoredMessage(const Entry& entry);
} // namespace Log
} // namespace Common::Log