Log
Write string to a file appending it to file end. Useful for debugging purposes.
void Log(const String &content, const String &filename = L"C:\temp\app.log", const bool add_date = false, const bool add_time = true, const bool add_eol = true);
Namespace: |
nitisa |
Include: |
Nitisa/Core/Utils.h |