Metadata-Version: 2.4
Name: cloe-logging
Version: 0.3.10
Summary: A Standardized Solution for logging to various targets.
Author-email: David Achilles <david.achilles@accenture.com>, Ole Steinbrueck <ole.steinbrueck@accenture.com>
License: Proprietary
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Requires-Python: <3.14,>=3.11
Requires-Dist: pydantic<3.0.0,>=2.7.0
Requires-Dist: typing-extensions<5.0.0,>=4.12.2
Provides-Extra: databricks
Requires-Dist: databricks-sdk>=0.39.0; extra == 'databricks'
Provides-Extra: log-analytics
Requires-Dist: requests<3.0.0,>=2.31.0; extra == 'log-analytics'
Provides-Extra: snowflake
Requires-Dist: cloe-util-snowflake-connector<2.0.0,>=1.0.2; extra == 'snowflake'
Description-Content-Type: text/markdown

# cloe-logging

[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)
[![python](https://img.shields.io/badge/Python-3.12-3776AB.svg?style=flat&logo=python&logoColor=white)](https://www.python.org)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Owner: David Achilles

A Standardized Solution for logging to various targets.

The logging module provides a simple interface to log messages
to various targets. All components
of the Framework use this module to log messages. It could also be
used by application or notebook code to log messages.

Please find the docs [here](https://white-rock-0cabbc003.1.azurestaticapps.net/tool_docs/cloe-logging)!
