python-network
Python module for easy networking

◆ set_log_output()

def network.set_log_output (   file)

Change target for log().

By default, log() sends its output to standard error. This function is used to change the target.

Parameters
fileThe new file to write log output to.
Returns
None.

Definition at line 85 of file network.py.