Skip to content

Debug()

Virga edited this page Sep 18, 2022 · 1 revision

The Debug() function takes 2 parameters and has no return value. The first parameter is the content of the debug message in a std::string. The second parameter is the source of the debug message.

Example:

Log.Debug("SDL2 window created", "ENGINE");

Clone this wiki locally