Rework logger

This commit is contained in:
Antoine Pilote
2023-07-21 22:25:17 -04:00
parent 46a531fd7d
commit e4119c0d15
26 changed files with 127 additions and 97 deletions

View File

@@ -19,7 +19,7 @@ namespace Nuake {
if (!Root)
{
Logger::Log("Failed to generate interface structure", CRITICAL);
Logger::Log("Failed to generate interface structure", "ui", CRITICAL);
}
yoga_config = YGConfigNew();
@@ -40,7 +40,7 @@ namespace Nuake {
Root = InterfaceParser::Parse(FileSystem::Root + this->m_Path);
if (!Root)
{
Logger::Log("Failed to generate interface structure", CRITICAL);
Logger::Log("Failed to generate interface structure", "ui", CRITICAL);
}
yoga_config = YGConfigNew();