From 64922e213ac731279cf3341253e67509adb2dfc8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 16 Sep 2022 21:36:12 +0200 Subject: wanda: restructure source directory --- include/wanda/logging.hpp | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 include/wanda/logging.hpp (limited to 'include/wanda/logging.hpp') diff --git a/include/wanda/logging.hpp b/include/wanda/logging.hpp deleted file mode 100644 index b3c1665..0000000 --- a/include/wanda/logging.hpp +++ /dev/null @@ -1,35 +0,0 @@ -/** - * @file logging.hpp - * @author Felix Morgner (felix.morgner@gmail.com) - * @since 1.0.0 - */ - -#ifndef WANDA_LOGGING_HPP -#define WANDA_LOGGING_HPP - -#include -#include - -#include - -namespace wanda -{ - /** - * @brief A covenience alias to represent a handle for a logger - */ - using logger_ptr = std::shared_ptr; - - /** - * @brief Initialize the shared logger - * - * @note The logger will only ever be initialized once, even if this function is called multiple times - */ - void initialize_logger(spdlog::sink_ptr sink = std::make_shared()); - - /** - * @brief Get the shared logger - */ - logger_ptr get_logger(); -} // namespace wanda - -#endif \ No newline at end of file -- cgit v1.2.3