LICENSE
README.md
pyproject.toml
lib_x_xlogging.egg-info/PKG-INFO
lib_x_xlogging.egg-info/SOURCES.txt
lib_x_xlogging.egg-info/dependency_links.txt
lib_x_xlogging.egg-info/requires.txt
lib_x_xlogging.egg-info/top_level.txt
xlogging/__init__.py
xlogging/format/__init__.py
xlogging/format/_common.py
xlogging/format/color.py
xlogging/format/colortree.py
xlogging/format/json.py
xlogging/format/tree.py
xlogging/format/tests/__init__.py
xlogging/format/tests/test_color_unit.py
xlogging/format/tests/test_colortree_unit.py
xlogging/format/tests/test_json_unit.py
xlogging/format/tests/test_tree_unit.py
xlogging/handler/__init__.py
xlogging/handler/console.py
xlogging/handler/file.py
xlogging/handler/tests/__init__.py
xlogging/handler/tests/test_console_unit.py
xlogging/handler/tests/test_file_unit.py
xlogging/record/__init__.py
xlogging/record/event.py
xlogging/record/tests/__init__.py
xlogging/record/tests/test_event_unit.py
xlogging/stream/__init__.py
xlogging/stream/event.py
xlogging/stream/tests/__init__.py
xlogging/stream/tests/test_event_unit.py