On Jan 2, 6:21 pm, Vinay Sajip wrote:
> On Jan 2, 11:31 am, koranth...@gmail.com wrote:
>
> > I am confused reading both together. I will try to explain my
> > confusion with an example:
>
> > basicLogger =logging.getLogger("basic")
>
> > Class A():
> > def __init__(self):
> > self.logg
On Jan 2, 11:31 am, koranth...@gmail.com wrote:
> I am confused reading both together. I will try to explain my
> confusion with an example:
>
> basicLogger =logging.getLogger("basic")
>
> Class A():
> def __init__(self):
> self.logger =logging.getLogger("basic.class_a")
>
>Now, I ma