#include "fmt/core.h"#include <cstdint>#include <memory>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| class | nixoncpp::logging::LogStream |
| Helper class for streaming log messages. More... | |
| class | nixoncpp::logging::ILogger |
Namespaces | |
| namespace | nixoncpp |
| namespace | nixoncpp::logging |
Enumerations | |
| enum class | nixoncpp::logging::Level : std::uint8_t { nixoncpp::logging::LOG_DEBUG , nixoncpp::logging::LOG_INFO , nixoncpp::logging::LOG_WARNING , nixoncpp::logging::LOG_ERROR , nixoncpp::logging::LOG_CRITICAL } |
| Logging levels. More... | |