mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-07-27 10:20:38 +00:00
chore: update all logging to use centralized logging component
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "GdtStream.h"
|
||||
|
||||
#include "Utils/Logging/Log.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
@@ -14,7 +16,7 @@ public:
|
||||
|
||||
void GdtReader::PrintError(const std::string& message) const
|
||||
{
|
||||
std::cout << "GDT Error at line " << m_line << ": " << message << "\n";
|
||||
con::error("GDT Error at line {}: {}", m_line, message);
|
||||
}
|
||||
|
||||
int GdtReader::PeekChar()
|
||||
|
||||
Reference in New Issue
Block a user