DotNameLib
Loading...
Searching...
No Matches
ILogger.hpp File Reference
#include "fmt/core.h"
#include <cstdint>
#include <memory>
#include <sstream>
#include <string>
Include dependency graph for ILogger.hpp:
This graph shows which files directly or indirectly include this file:

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...