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