GPR5100 - Rollback
Loading...
Searching...
No Matches
log.h
1#pragma once
2
3#include <string_view>
4
5namespace core
6{
11void LogDebug(std::string_view msg);
16void LogWarning(std::string_view msg);
21void LogError(std::string_view msg);
22}