logging from several independent classes

Sandy dksreddy at gmail.com
Wed Oct 28 10:54:26 EDT 2009


> All named loggers (including "A", "B" etc.) inherit from the root logger,
> obtained by doing
>
> root_logger = logging.getLogger()
>
> or
>
> root_logger = logging.getLogger("")

Somehow I missed this in the docs.
Thanks Vinay.




More information about the Python-list mailing list