42 enum class LogComponent { SDK, WEBRTC, WEBSOCKET };
63 std::function<
void(
const std::string& component,
64 const std::string& msg,
66 std::vector<Logger::LogComponent>&& components,
67 bool force_stderr_log =
false);
74 MILLICAST_API static void log(
const std::string& msg, LogLevel lvl);
96 LogLevel webrtc = LogLevel::MC_OFF,
97 LogLevel websocket = LogLevel::MC_OFF);
#define MILLICAST_API
Definition exports.h:51