hyperledger/iroha
Iroha - A simple, decentralized ledger http://iroha.tech
logger.hpp File Reference
#include "logger/logger_fwd.hpp"
#include <string>
#include <fmt/core.h>
#include <fmt/format.h>
Include dependency graph for logger.hpp:

Go to the source code of this file.

Classes

struct  fmt::formatter< T, std::enable_if_t< std::is_same< decltype(std::declval< T >().toString()), std::string >::value, char > >
 
class  logger::Logger
 

Namespaces

 fmt
 
 logger
 

Enumerations

enum  logger::LogLevel {
  logger::LogLevel::kTrace, logger::LogLevel::kDebug, logger::LogLevel::kInfo, logger::LogLevel::kWarn,
  logger::LogLevel::kError, logger::LogLevel::kCritical
}
 Log levels. More...
 

Functions

std::string logger::boolRepr (bool value)