boost::log::sources::channel::apply
// In header: <boost/log/sources/channel_feature.hpp> template<typename BaseT> struct apply { // types typedef basic_channel_logger< BaseT, typename mpl::if_< is_void< ChannelT >, typename BaseT::string_type, ChannelT >::type > type; };