Your opinion will help to improve our service
Leave a feedback >Forward declarations for logging
types.
Definition in file fwd.hpp.
Go to the source code of this file.
#include <memory>
Namespaces | |
namespace | logging |
Logging macro and utilities. | |
Typedefs | |
using | logging::LoggerRef = impl::LoggerBase & |
using | logging::LoggerPtr = std::shared_ptr< impl::LoggerBase > |
using | logging::TextLoggerRef = impl::TextLogger & |
using | logging::TextLoggerPtr = std::shared_ptr< impl::TextLogger > |