[newbie] how to create log files

marco.nawijn at colosso.nl marco.nawijn at colosso.nl
Tue Feb 9 04:41:20 EST 2016


Hello Jens,

Are you aware of Python's own logging facility? It is quite powerful
and flexible.

Python 2:
  https://docs.python.org/2/library/logging.html

Python 3:
  https://docs.python.org/3/library/logging.html

Marco



More information about the Python-list mailing list