Refactor log helpers and add option to disable logging
Some checks failed
debian-build / build (push) Has been cancelled
Check locale / ubuntu64 (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

This commit is contained in:
WarmUpTill
2025-04-30 22:22:05 +02:00
committed by WarmUpTill
parent 9633a61a65
commit e9d57a0f4a
16 changed files with 112 additions and 68 deletions

View File

@@ -1,6 +1,5 @@
#include "websocket-helpers.hpp"
#include "connection-manager.hpp"
#include "log-helper.hpp"
#include "plugin-state-helpers.hpp"
#include "sync-helpers.hpp"
#include "websocket-api.hpp"
@@ -8,6 +7,9 @@
#include <QCryptographicHash>
#include <obs-websocket-api.h>
// Must be after "obs-websocket-api.h" to avoid logging function conflict
#include "log-helper.hpp"
namespace advss {
using websocketpp::lib::placeholders::_1;