C++ edjLibrary SDK
Loading...
Searching...
No Matches
Namespaces | Functions
logger.hpp File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  edjx
 
namespace  edjx::logger
 Logger API functions.
 

Functions

void edjx::logger::info (const std::string &log_str)
 Logs a message at the info level. More...
 
void edjx::logger::error (const std::string &log_str)
 Logs a message at the error level. More...
 
void edjx::logger::warn (const std::string &log_str)
 Logs a message at the warn level. More...
 
void edjx::logger::debug (const std::string &log_str)
 Logs a message at the debug level. More...
 
void edjx::logger::trace (const std::string &log_str)
 Logs a message at the trace level. More...
 
void edjx::logger::fatal (const std::string &log_str)
 Logs a message at the fatal level. More...