Protected
getRecursively retrieves all files in a directory.
The directory path.
A Promise that resolves to an array of file paths.
Protected
loadLoads files from given paths.
The paths of the files to load.
A Promise that resolves to an array of loaded files.
Protected
loadLoads files from given paths along with additional information.
The paths of the files to load.
A Promise that resolves to an array of objects containing name, file, and path.
The logger instance.