30 void log(
const std::string_view severity,
const std::string_view category,
const std::string_view msg);
31 void debug(
const std::string_view category,
const std::string_view msg);
32 void warning(
const std::string_view category,
const std::string_view msg);
33 void error(
const std::string_view category,
const std::string_view msg);
36 #include "eng3d/string.hpp"
void error(const std::string_view category, const std::string_view msg)
void debug(const std::string_view category, const std::string_view msg)
void log(const std::string_view severity, const std::string_view category, const std::string_view msg)
Logs data to a file or console.
void warning(const std::string_view category, const std::string_view msg)