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,8 +1,10 @@
#include "websocket-api.hpp"
#include "log-helper.hpp"
#include "obs-websocket-api.h"
#include "plugin-state-helpers.hpp"
// Must be after "obs-websocket-api.h" to avoid logging function conflict
#include "log-helper.hpp"
#include <mutex>
namespace advss {