...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::log::sources::basic_channel_logger::make_default_channel_name — Default channel name generator.
// In header: <boost/log/sources/channel_feature.hpp> // Default channel name generator. struct make_default_channel_name { // types typedef channel_type result_type; // public member functions result_type operator()() const; };