Proper logging instead of blindly printing to standard out

This commit is contained in:
loki
2020-01-09 22:02:01 +01:00
parent 3efa34e07d
commit b6fc6f2054
15 changed files with 298 additions and 187 deletions
+5
View File
@@ -47,10 +47,15 @@ struct input_t {
std::chrono::milliseconds back_button_timeout;
};
struct sunshine_t {
int min_log_level;
};
extern video_t video;
extern stream_t stream;
extern nvhttp_t nvhttp;
extern input_t input;
extern sunshine_t sunshine;
void parse_file(const char *file);
}