Logger module in python

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Dec 17 22:27:28 EST 2013


On 18/12/2013 03:22, smilesonisamal at gmail.com wrote:
> Hi,
>    I am a newbie in python. I am looking for a existing module which I can import in my program to log the objects to a file?
>
> I know there is a module Data::Dumper in perl which dumps the objects to file. But not sure about python.
>
> Can anybody help me in this regard?
>
> Regards
> Pradeep
>

http://docs.python.org/3/library/logging.html

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence




More information about the Python-list mailing list