Metadata-Version: 2.4
Name: backend.ai-logging
Version: 25.12.1
Summary: Backend.AI Logging Subsystem
Home-page: https://github.com/lablup/backend.ai
Author: Lablup Inc. and contributors
License: MIT
Project-URL: Documentation, https://docs.backend.ai/
Project-URL: Source, https://github.com/lablup/backend.ai
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.13,<3.14
Description-Content-Type: text/markdown
Requires-Dist: backend.ai-common==25.12.1
Requires-Dist: coloredlogs~=15.0
Requires-Dist: graypy==2.1.0
Requires-Dist: msgpack~=1.1.0
Requires-Dist: opentelemetry-exporter-otlp-proto-grpc~=1.33.1
Requires-Dist: opentelemetry-instrumentation-aiohttp-client~=0.54b1
Requires-Dist: opentelemetry-instrumentation-aiohttp-server~=0.54b1
Requires-Dist: opentelemetry-sdk~=1.33.1
Requires-Dist: psutil~=7.0
Requires-Dist: pydantic[email]~=2.11.3
Requires-Dist: python-json-logger~=3.2.0
Requires-Dist: pyzmq~=26.4
Requires-Dist: trafaret~=2.1
Requires-Dist: yarl~=1.19.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Backend.AI Logging Subsystem
============================

Package Structure
-----------------

* `ai.backend.logging`
  - `abc`: Abstract base classes
  - `logger`: The core logging facility
    - `Logger`: The standard multiprocess-friendly logger using `RelayHandler` based on ZeroMQ
    - `LocalLogger`: A minimalized console/file logger that does not require serialization via networks at all
  - `handler`: Collection of vendor-specific handler implementations
  - `formatter`: Collection of formatters
  - `types`: Definition of enums/types like `LogLevel`
  - `utils`: Brace-style message formatting adapters and other extras
