EasyException
|
Provides some helper methods. More...
#include <ee/Helper.hpp>
Static Public Member Functions | |
static std::vector< std::string > | findLogFiles (const std::string &folder=".", const std::string &fileprefix="ee-log-") noexcept |
This file searches the given directory for files of a matching name. More... | |
Provides some helper methods.
|
staticnoexcept |
This file searches the given directory for files of a matching name.
folder | The folder where we want to search for log files. |
fileprefix | The prefix of the name of every logfile. |