We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 892c4c5 commit 084c8faCopy full SHA for 084c8fa
include/network/detail/debug.hpp
@@ -12,6 +12,7 @@
12
print out network-related errors through standard error. This is only
13
useful when NETWORK_DEBUG is turned on. Otherwise the macro amounts to a
14
no-op.
15
+
16
The user can force the logging to be enabled by defining NETWORK_ENABLE_LOG.
17
*/
18
#if defined(NETWORK_DEBUG) && !defined(NETWORK_ENABLE_LOGGING)
0 commit comments