mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
![]() By default this doesn't change any existing logging behaviour at all. But it allows you to define cmake options to force or force-disable the build of individual log levels using new cmake option bitfields LWS_LOGGING_BITFIELD_SET and LWS_LOGGING_BITFIELD_CLEAR. Eg, -DLWS_LOGGING_BITFIELD_SET="(LLL_INFO)" can force INFO log level built even in release mode. -DLWS_LOGGING_BITFIELD_CLEAR="(LLL_NOTICE)" will likewise remove NOTICE logging from the build regardless of DEBUG or RELEASE mode. |
||
---|---|---|
.. | ||
FindGit.cmake | ||
FindLibWebSockets.cmake | ||
FindMiniz.cmake | ||
FindOpenSSLbins.cmake | ||
LibwebsocketsConfig.cmake.in | ||
LibwebsocketsConfigVersion.cmake.in | ||
lws_config.h.in | ||
lws_config_private.h.in | ||
UseRPMTools.cmake |