Metadata-Version: 2.1
Name: analytics-logger-rest
Version: 1.0.1
Summary: A logger package for REST analytics
Home-page: https://github.com/BlueprintConsulting/analytics-logger-rest
Author: Arin Toaca
Author-email: ext-atoaca@bpcs.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/BlueprintConsulting/analytics-logger-rest/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# analytics-logger-rest
REST analytics logger

To use this package simply install and then

`import analytics_logger_rest.analytics_logger_rest as log_rest`

`logger = log_rest.LogAnalyticsLogger("NAME")`

Built with help from here https://docs.microsoft.com/en-us/azure/azure-monitor/logs/data-collector-api


