Go to the source code of this file.
|
template<typename Factory = spdlog::synchronous_factory> |
std::shared_ptr< logger > | spdlog::basic_logger_mt (const std::string &logger_name, const filename_t &filename, bool truncate=false, const file_event_handlers &event_handlers={}) |
|
template<typename Factory = spdlog::synchronous_factory> |
std::shared_ptr< logger > | spdlog::basic_logger_st (const std::string &logger_name, const filename_t &filename, bool truncate=false, const file_event_handlers &event_handlers={}) |
|