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