Changing the logger's name
This commit is contained in:
parent
340a4516dd
commit
e17764dc88
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
std::ios::sync_with_stdio(false);
|
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 {
|
try {
|
||||||
gui::Window window;
|
gui::Window window;
|
||||||
|
|
Loading…
Add table
Reference in a new issue