
    ?Ded                     L    d Z ddlZ G d d          Z eej                  ZdS )z5
Helper class for using logging as trace file object
    Nc                        e Zd Zd Zd Zd ZdS )logging_file_classc                     || _         d S N)_logging_level)selflogging_levels     /./ldap/logger.py__init__zlogging_file_class.__init__	   s    +    c                 J    t          j        | j        |d d                    d S )N)logginglogr   )r   msgs     r
   writezlogging_file_class.write   s%    D'SbS22222r   c                     d S r    )r   s    r
   flushzlogging_file_class.flush   s    r   N)__name__
__module____qualname__r   r   r   r   r   r
   r   r      sA        , , ,3 3 3    r   r   )__doc__r   r   DEBUGlogging_file_objr   r   r
   <module>r      s]     	 	 	 	 	 	 	 	 &%gm44   r   