mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-24 03:00:15 +00:00
6f3cc77bb5
Note that using % in a string will _always_ perform the sting substitutions, because the strings are constructed before the function is called. So log.debug('%s' % expensiveoperation()) will take about the same CPU time whether or not the logging level is DEBUG or INFO. if you use , no substitutions are performed unless the string is actually logged |
||
---|---|---|
.. | ||
adhoc_provider.py | ||
adhoc_user.py | ||
disco_browser.py | ||
echo_client.py | ||
echo_component.py | ||
muc.py | ||
ping.py | ||
proxy_echo_client.py | ||
roster_browser.py | ||
rpc_async.py | ||
rpc_client_side.py | ||
rpc_server_side.py | ||
send_client.py |