Symphony Of Empires
Eng3D::Log Namespace Reference

Functions

void log (const std::string_view severity, const std::string_view category, const std::string_view msg)
 Logs data to a file or console. More...
 
void debug (const std::string_view category, const std::string_view msg)
 
void warning (const std::string_view category, const std::string_view msg)
 
void error (const std::string_view category, const std::string_view msg)
 

Function Documentation

◆ debug()

void Eng3D::Log::debug ( const std::string_view  category,
const std::string_view  msg 
)

Definition at line 58 of file log.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ error()

void Eng3D::Log::error ( const std::string_view  category,
const std::string_view  msg 
)

Definition at line 68 of file log.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ log()

void Eng3D::Log::log ( const std::string_view  severity,
const std::string_view  category,
const std::string_view  msg 
)

Logs data to a file or console.

Definition at line 41 of file log.cpp.

Here is the caller graph for this function:

◆ warning()

void Eng3D::Log::warning ( const std::string_view  category,
const std::string_view  msg 
)

Definition at line 64 of file log.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: