EasyException
All Classes Functions Variables Pages
ee::Helper Class Reference

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...
 

Detailed Description

Provides some helper methods.

Member Function Documentation

static std::vector<std::string> ee::Helper::findLogFiles ( const std::string &  folder = ".",
const std::string &  fileprefix = "ee-log-" 
)
staticnoexcept

This file searches the given directory for files of a matching name.

Parameters
folderThe folder where we want to search for log files.
fileprefixThe prefix of the name of every logfile.
Returns
A vector containing the names of logfiles found.

The documentation for this class was generated from the following file: