NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::LogCaller< L > Struct Template Reference

LogCaller is our compile-time trampoline to invoke the Logger method for the desired level of logging L. More...

#include <Logger.hpp>

Static Public Member Functions

template<typename... arguments>
constexpr static void do_call (spdlog::source_loc &&, fmt::format_string< arguments... >, arguments &&...)
 

Detailed Description

template<LogLevel L>
struct NES::LogCaller< L >

LogCaller is our compile-time trampoline to invoke the Logger method for the desired level of logging L.

Template Parameters
Lthe level of logging

Member Function Documentation

◆ do_call()

template<LogLevel L>
template<typename... arguments>
constexpr static void NES::LogCaller< L >::do_call ( spdlog::source_loc &&  ,
fmt::format_string< arguments... >  ,
arguments &&  ... 
)
inlinestaticconstexpr

The documentation for this struct was generated from the following file: