Metadata-Version: 2.1
Name: entryexiterrorlogging
Version: 0.0.2
Summary: Custom Logging Package for entry, exit and error logging
Home-page: UNKNOWN
Author: Samar Chowdhury
License: UNKNOWN
Description: ## QuickEntryExitErrorLogging
        
        A sample python package deployment utility for custom logging. It has functions for entry, exit and error logging.
        
        ## Usage
        
        import entryexiterrorlogging
        
        entryexiterrorlogging.entryEventLog(dict, "TestEVENT")
        
        entryexiterrorlogging.exitEventLog(dict, "TestEVENT")
        
        entryexiterrorlogging.errorEventLog(dict, "TestEVENT")
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
