Georg Brandl added the comment:
sys.exc_traceback is deprecated, please use sys.exc_info(). Also note that
this tracker is not a place to get help; the python-list mailing list (a.k.a.
comp.lang.python newsgroup) is the right place for that.
--
nosy: +georg.brandl
resolution: -> inv
New submission from Peda Venkateswarlu Pola :
As we have some new requirements in standard logging, We have written wrapper
logger. This includes find caller which gives information about filename , line
number , class name and method name. As i found that python logger doesn't give
class name