Skip to content

File logger.hpp

FileList > include > nebula_common > loggers > logger.hpp

Go to the source code of this file

  • #include <memory>
  • #include <sstream>
  • #include <string>

Namespaces

Type Name
namespace nebula
namespace drivers
namespace loggers

Classes

Type Name
class Logger

Macros

Type Name
define NEBULA_LOG_STREAM (log_func, stream_args)

Macro Definition Documentation

define NEBULA_LOG_STREAM

#define NEBULA_LOG_STREAM (
    log_func,
    stream_args
) {                                              \
    std::stringstream ss{};                      \
    ss << stream_args;                           \
    log_func(ss.str());                          \
  }


The documentation for this class was generated from the following file nebula_common/include/nebula_common/loggers/logger.hpp