mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-04-10 06:14:07 +08:00
feat: update logger with new features
This commit is contained in:
@@ -156,10 +156,10 @@ int App::start_cubed_application(int argc, char** argv) {
|
||||
|
||||
return 0;
|
||||
} catch (std::exception& e) {
|
||||
LOG::error("{}", e.what());
|
||||
Logger::error("{}", e.what());
|
||||
|
||||
} catch (...) {
|
||||
LOG::error("Unkown error");
|
||||
Logger::error("Unkown error");
|
||||
|
||||
}
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user