
    Kc                         d Z ddlZdad ZdS )z Grab the global logger instance.    Nc                     t           sddlm}  |                                 r|                                 j        a n?t          j        d          a t                               t          j	                               t           S )zGrab the global logger instance.

    If a global Application is instantiated, grab its logger.
    Otherwise, grab the root logger.
    N   Application	traitlets)
_loggerconfigr   initializedinstanceloglogging	getLogger
addHandlerNullHandlerr   s    -lib/python3.11/site-packages/traitlets/log.py
get_loggerr      s|      	6''''''""$$ 	6!**,,0GG'44G w244555N    )__doc__r   r   r    r   r   <module>r      s4    & &
 
    r   