Pioneer
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
Log.cpp File Reference
#include "Log.h"
#include "DateTime.h"
#include "FileSystem.h"
#include "SDL_messagebox.h"
#include <SDL.h>
#include <chrono>
#include <cstdio>
#include <map>
#include <string_view>
#include <fmt/core.h>
#include <fmt/format.h>
#include <fmt/printf.h>
Include dependency graph for Log.cpp:

Namespaces

namespace  Log
 

Functions

bool is_space (char c)
 

Variables

Logger Log::s_defaultLog
 
std::map< Severity, std::string > Log::s_severityNames
 

Function Documentation

◆ is_space()

bool is_space ( char  c)
inline