Ross's Musings‎ > ‎

Python Tip of the Day: logging

posted Sep 20, 2011, 8:56 AM by Ross Reedstrom   [ updated Sep 20, 2011, 8:58 AM ]
If you're going to define your own logger, you really need to define a handler or two, so the logs actually go somewhere. Like a Stream handler, or File handler, perhaps.
Just sayin'
Comments