Pramod wrote: > Hi All, > > How can I remove an Instance of logger ? > I need this feature in one of my script where I need to associate each > time logger instance to different handler. > > Thanks in advance > Pramod
Are you sure you are using logging in the right way? What do you mean by "each time"? You can use addHandler and removeHandler, but the Logger instance stays - it's effectively a singleton. Vinay Sajip -- http://mail.python.org/mailman/listinfo/python-list