Changing the logger's name

This commit is contained in:
Pcornat 2022-06-09 21:53:18 +02:00
parent 340a4516dd
commit e17764dc88
Signed by: Pcornat
GPG Key ID: 2F3932FF46D9ECA0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
int main() {
std::ios::sync_with_stdio(false);
spdlog::set_default_logger(spdlog::stdout_color_st("console"));
spdlog::set_default_logger(spdlog::stdout_color_st("BillySheet"));
try {
gui::Window window;