일단 bind까지 구현 완료료

This commit is contained in:
2025-04-21 23:16:30 +09:00
parent 7f53703f60
commit 819bd5362e
6 changed files with 94 additions and 8 deletions

View File

@@ -2,6 +2,6 @@
#include "precomp.hpp"
namespace Chattr::log {
void critical(gsl::czstring msg, bool bShowDBGMessage);
void error(gsl::czstring msg, bool bShowDBGMessage);
void critical(gsl::czstring msg, bool bShowDBGMessage = true);
void error(gsl::czstring msg, bool bShowDBGMessage = true);
}