3#include "AudioLogger.h"
11namespace fs = std::filesystem;
43 LOGI(
"nextStream: %d", offset);
45 if (
s ==
nullptr && offset > 0) {
46 LOGI(
"Wrapping to start of directory");
66 LOGW(
"Could not resolve index %d (normalized %d)",
index,
norm);
79 LOGI(
"-> selectStream: %s", path);
123 const char* result =
nullptr;
139 const std::filesystem::path path =
file.path();
140 const std::string
filename = path.filename().string();
142 if (
file.is_directory()) {
#define LOGW(...)
Definition AudioLoggerIDF.h:29
#define TRACED()
Definition AudioLoggerIDF.h:31
#define LOGI(...)
Definition AudioLoggerIDF.h:28
#define LOGD(...)
Definition AudioLoggerIDF.h:27