mirror of
https://github.com/AxioDL/jbus.git
synced 2025-12-09 13:38:02 +00:00
Disable logging macros
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "jbus/Endpoint.hpp"
|
||||
|
||||
#define LOG_TRANSFER 1
|
||||
#define LOG_TRANSFER 0
|
||||
|
||||
namespace jbus
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "jbus/Listener.hpp"
|
||||
#include "jbus/Endpoint.hpp"
|
||||
|
||||
#define LOG_LISTENER 1
|
||||
#define LOG_LISTENER 0
|
||||
|
||||
namespace jbus
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user