]> git.seodisparate.com - UDPConnection/commit
Conditionally use UDPC_atostr internally
authorStephen Seo <seo.disparate@gmail.com>
Thu, 22 Jun 2023 03:39:11 +0000 (12:39 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 22 Jun 2023 03:39:11 +0000 (12:39 +0900)
commit4abd9fddcb25c898b185457c1482ead3d729e443
tree17a70fa9a717037ad5d46de7e14dcc29f8fa26e4
parent390f3972f825b81c4473157765a0faf86792683d
Conditionally use UDPC_atostr internally

Previous implementation used UDPC_atostr() frequently. This commit
changes the implementation to only call UDPC_atostr() if the log level
of the code logging to output will cause the log to be output.
src/UDPC_Defines.hpp
src/UDPConnection.cpp