#include <common.h>
◆ file_event_handlers()
spdlog::file_event_handlers::file_event_handlers |
( |
| ) |
|
|
inline |
◆ after_close
std::function<void(const filename_t& filename)> spdlog::file_event_handlers::after_close |
◆ after_open
std::function<void(const filename_t& filename, std::FILE* file_stream)> spdlog::file_event_handlers::after_open |
◆ before_close
std::function<void(const filename_t& filename, std::FILE* file_stream)> spdlog::file_event_handlers::before_close |
◆ before_open
std::function<void(const filename_t& filename)> spdlog::file_event_handlers::before_open |
The documentation for this struct was generated from the following file: