#include <daily_file_sink.h>
Definition at line 29 of file daily_file_sink.h.
static filename_t spdlog::sinks::daily_filename_calculator::calc_filename |
( |
const filename_t & |
filename, |
|
|
const tm & |
now_tm |
|
) |
| |
|
inlinestatic |
Definition at line 32 of file daily_file_sink.h.
38 w,
SPDLOG_FILENAME_T(
"{}_{:04d}-{:02d}-{:02d}{}"), basename, now_tm.tm_year + 1900, now_tm.tm_mon + 1, now_tm.tm_mday, ext);
std::enable_if< is_contiguous< Container >::value &&internal::is_string< S >::value, std::back_insert_iterator< Container > >::type format_to(std::back_insert_iterator< Container > out, const S &format_str, const Args &...args)
static std::tuple< filename_t, filename_t > split_by_extension(const spdlog::filename_t &fname)
const GenericPointer< typename T::ValueType > T2 value
#define SPDLOG_FILENAME_T(s)
std::string to_string(ModuleType const mt)
The documentation for this struct was generated from the following file: