Metadata-Version: 2.1
Name: easy-logging-config
Version: 1.0.0
Summary: An easy to use logging library
Home-page: https://github.com/Surbhi-1206/easy_logging_config
Author: Surbhi Saraogi
Author-email: surbhi.saraogi95@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: logstash-formatter

# easy_logging_conifg
An easy to use logging library which returns a basic logging configuration for any python application.

- Class LogConfiguration accepts the root path of location to store log records
- On Initialization, the default components(filters, formatters, handlers and loggers) are populated. The get() method fetches   the complete configuration.
- The class has four methods to fetch logging components. These methods can be overridden by the class which extends
  "LogConfiguration", to add custom components to existing default components. 


