[issue34244] Add support of check logger

2018-08-08 Thread Vinay Sajip
Vinay Sajip added the comment: Closing, as no response received. -- resolution: -> rejected stage: -> resolved status: open -> closed ___ Python tracker ___

[issue34244] Add support of check logger

2018-07-31 Thread Vinay Sajip
Vinay Sajip added the comment: What is your use case? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue34244] Add support of check logger

2018-07-26 Thread Berker Peksag
Change by Berker Peksag : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue34244] Add support of check logger

2018-07-26 Thread Chetan kolhe
New submission from Chetan kolhe : Add support in logging library which will check whether the logger object already created or not . Module:- logging Code:- def check_logger(self, logger_name): """ Description :- It will check whether the logger object is already presen