Furrent
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
logger.hpp
Go to the documentation of this file.
1 //
2 // Created by Z1ko on 23/08/2022.
3 //
4 
5 #pragma once
6 
7 #include <spdlog/spdlog.h>
8 
9 #include <string>
10 
11 namespace fur::log {
12 
15 std::shared_ptr<spdlog::logger> initialize_custom_logger(
16  bool do_file_sink = true);
17 
18 } // namespace fur::log
fur::log::initialize_custom_logger
std::shared_ptr< spdlog::logger > initialize_custom_logger(bool do_file_sink)
Definition: logger.cpp:18
fur::log
Definition: logger.cpp:11