Coverage for agentos/log/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.14.3, created at 2026-07-02 09:59 +0800

1"""Structured logging with JSON formatter and trace context.""" 

2 

3from .formatter import JSONFormatter, TraceContext, _ExtraAdapter 

4 

5__all__ = ["JSONFormatter", "TraceContext", "_ExtraAdapter"]