syjgin
I want to show some debug info to OS console during the application run. But, when I was trying it with std:cout, text appears only after the engine shutdown. But Log class is for file log, not console. How can I print debug message in Urho3D?