ProtectedgetRecursively retrieves all files in a directory.
The directory path.
A Promise that resolves to an array of file paths.
ProtectedloadLoads files from given paths.
The paths of the files to load.
A Promise that resolves to an array of loaded files.
ProtectedloadLoads 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.