Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
utils::Logger Class Reference

#include <Logger.hpp>

Static Public Member Functions

static void init (const std::string &level_str)
 
static void log (LogLevel level, const char *file, int line, const std::string &msg)
 

Static Public Attributes

static LogLevel current_level = LogLevel::INFO
 

Member Function Documentation

◆ init()

void utils::Logger::init ( const std::string &  level_str)
static

◆ log()

void utils::Logger::log ( LogLevel  level,
const char *  file,
int  line,
const std::string &  msg 
)
static

Member Data Documentation

◆ current_level

LogLevel utils::Logger::current_level = LogLevel::INFO
static

The documentation for this class was generated from the following files: