C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::logger::entrypoint Class Reference

Provides an API entry point for sending a log event to the current logger. More...

#include <logger.hpp>

Public Member Functions

 entrypoint (unsigned level, std::string_view component, detail::source_location loc)
 
template<class... Args>
log::event_sender message (std::string_view fmt, Args &&... args)
 

Detailed Description

Provides an API entry point for sending a log event to the current logger.


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