stdlib_logging.txt 235 B

12345678
  1. $ python stdlib_logging.py
  2. Logging to /Users/swa/test.log
  3. $ cat /Users/swa/test.log
  4. 2014-03-29 09:27:36,660 : DEBUG : Start of the program
  5. 2014-03-29 09:27:36,660 : INFO : Doing something
  6. 2014-03-29 09:27:36,660 : WARNING : Dying now