NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NesLogger.hpp File Reference
#include <Util/Logger/LogLevel.hpp>
#include <fmt/core.h>
#include <spdlog/fwd.h>
#include <spdlog/logger.h>
Include dependency graph for NesLogger.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::detail::Logger
 

Namespaces

 spdlog
 
 spdlog::details
 
 NES
 This exception represents a network error.
 
 NES::detail
 
 NES::Logger
 

Functions

std::shared_ptr< spdlog::logger > NES::detail::createEmptyLogger ()
 Creates an empty logger that writes to /dev/null. More...
 
void NES::Logger::setupLogging (const std::string &logFileName, LogLevel level)
 Setups the logging using a file path for the filesystem logging and a logging level. More...
 
std::shared_ptr< detail::Logger > NES::Logger::getInstance ()