mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-25 14:15:02 +00:00
feat: Add logging for ApplicationController run start
This commit is contained in:
@@ -21,6 +21,7 @@ ApplicationController::~ApplicationController() {
|
||||
}
|
||||
|
||||
void ApplicationController::Run() {
|
||||
logging::Logger::GetInstance().Info("ApplicationController::Run starting");
|
||||
logging::TraceGuard trace;
|
||||
logging::Logger::GetInstance().Info("Application starting main loop");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user