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