로거 완성
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "precomp.hpp"
|
||||
|
||||
namespace Chattr::log {
|
||||
void critical(gsl::czstring msg, bool bShowDBGMessage = true);
|
||||
void error(gsl::czstring msg, bool bShowDBGMessage = true);
|
||||
void setDefaultLogger(spdlog::level::level_enum logLevel, gsl::czstring logFileName, std::uint32_t logFileSize, std::uint32_t logFileCount);
|
||||
void critical(gsl::czstring msg);
|
||||
void error(gsl::czstring msg);
|
||||
}
|
||||
Reference in New Issue
Block a user