|
HighMap library (C++)
|
Enumerations | |
| enum class | Level { Trace , Info , Warn , Error } |
Functions | |
| const char * | level_to_string (Level level) |
| constexpr std::string_view | get_filename (std::string_view path) |
| std::string | format_fixed_width (std::string_view str, size_t width) |
| void | log_impl (Level level, std::string_view msg, const std::source_location &loc) |
|
strong |
|
inline |
|
constexpr |
|
inline |
|
inline |