#include #include void os::logger::Log(const std::string& str, detail::ELogType type, const char* func) { detail::Log(str, type, func); }