#include <logger.hh>
Public Types | |
using | location_type = logging::location |
using | level_type = logging::level |
Public Member Functions | |
constexpr | default_logger (const location_type loc, level_type level_) |
template<typename... Args> | |
void | operator() (Args &&...args) const |
template<typename... Args> | |
void | format (const std::string &fs, Args &&...args) const |
template<typename... Args> | |
void | printf (const std::string &fs, Args &&...args) const |
Public Attributes | |
const location_type | location |
const level_type | level |
using hadean::log::default_logger::level_type = logging::level |
using hadean::log::default_logger::location_type = logging::location |
|
inline |
|
inline |
|
inline |
|
inline |
const level_type hadean::log::default_logger::level |
const location_type hadean::log::default_logger::location |