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