C++ Actor Framework 1.0.0
|
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) |
Provides an API entry point for sending a log event to the current logger.