|
spdlog
|
Go to the source code of this file.
#include <spdlog/sinks/base_sink.h>#include <spdlog/details/file_helper.h>#include <spdlog/details/null_mutex.h>#include <spdlog/details/synchronous_factory.h>#include <chrono>#include <mutex>#include <string>Classes | |
| class | spdlog::sinks::rotating_file_sink< Mutex > |
Namespaces | |
| namespace | spdlog |
| namespace | spdlog::sinks |
Typedefs | |
| using | spdlog::sinks::rotating_file_sink_mt = rotating_file_sink< std::mutex > |
| using | spdlog::sinks::rotating_file_sink_st = rotating_file_sink< details::null_mutex > |
Functions | |
| template<typename Factory = spdlog::synchronous_factory> | |
| std::shared_ptr< logger > | spdlog::rotating_logger_mt (const std::string &logger_name, const filename_t &filename, size_t max_file_size, size_t max_files, bool rotate_on_open=false) |
| template<typename Factory = spdlog::synchronous_factory> | |
| std::shared_ptr< logger > | spdlog::rotating_logger_st (const std::string &logger_name, const filename_t &filename, size_t max_file_size, size_t max_files, bool rotate_on_open=false) |