#ifndef COMPONENT__LOGGER_HPP #define COMPONENT__LOGGER_HPP #include namespace component { std::shared_ptr logger(); } // namespace component #endif // COMPONENT__LOGGER_HPP