Metadata-Version: 1.1
Name: loggerbyclass
Version: 0.1.0
Summary: 
                  Provides a single helper function to simplify the common idiom
                  of getting one logger object from python standard logging per
                  class.

                  The method get_logger_by_class returns a logger with the name
                  being the full path to that class separated by dots.
                  
Home-page: https://github.com/languitar/loggerbyclass.git
Author: Johannes Wienke
Author-email: languitar@semipol.de
License: LGPLv3+
Description: UNKNOWN
Keywords: logging,helper,utility
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Logging
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
