mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
@@ -8,7 +8,7 @@ std::size_t count_files(const std::string &folder);
|
||||
|
||||
void prepare_logdir();
|
||||
|
||||
std::string file_contents(const std::string &filename);
|
||||
std::string file_contents(const std::filesystem::path &filename);
|
||||
|
||||
// std::size_t count_lines(const std::string &filename);
|
||||
std::size_t count_lines(const std::filesystem::path &filename);
|
||||
@@ -17,4 +17,4 @@ void require_message_count(const std::filesystem::path &filename, const std::siz
|
||||
|
||||
std::size_t get_filesize(const std::string &filename);
|
||||
|
||||
bool ends_with(std::string const &value, std::string const &ending);
|
||||
bool ends_with(std::string const &value, std::string const &ending);
|
||||
|
Reference in New Issue
Block a user