#include <cstring>
#include <format>
#include <print>
#include <source_location>
#include <unistd.h>
Go to the source code of this file.
|
| template<typename... Args> |
| void | imr::util::log::detail::base (std::FILE *stream, std::string_view tag, std::string_view color, std::format_string< Args... > fmt, Args &&... args) |
| |
| template<typename... Args> |
| void | imr::util::log::error (std::format_string< Args... > fmt, Args &&... args) |
| |
| void | imr::util::log::perror (std::source_location loc=std::source_location::current()) |
| |
| template<typename... Args> |
| void | imr::util::log::warn (std::format_string< Args... > fmt, Args &&... args) |
| |
| template<typename... Args> |
| void | imr::util::log::info (std::format_string< Args... > fmt, Args &&... args) |
| |
| template<typename... Args> |
| void | imr::util::log::debug (std::format_string< Args... > fmt, Args &&... args) |
| |
| template<typename... Args> |
| void | imr::util::log::debug (std::source_location loc=std::source_location::current()) |
| |
◆ IMR_LOG_LEVEL