Show logs in the debug window

Some part of UI code is written by @andrew-app
This commit is contained in:
Petr Mikheev 2022-05-08 22:43:30 +02:00
parent 5110c4a50e
commit cf49b46d64
10 changed files with 146 additions and 20 deletions

View file

@ -133,6 +133,8 @@ namespace Debug
};
#endif
using LogListener = std::function<void(Debug::Level, std::string_view prefix, std::string_view msg)>;
void setLogListener(LogListener);
}