LICENSE.htm
MANIFEST.in
README.md
dev_requirements.txt
requirements.txt
setup.py
test_requirements.txt
tox.ini
version.txt
cloudshell/__init__.py
cloudshell/logging/__init__.py
cloudshell/logging/context_filters.py
cloudshell/logging/memory_handler.py
cloudshell/logging/qs_config.ini
cloudshell/logging/qs_config_parser.py
cloudshell/logging/qs_logger.py
cloudshell/logging/utils/__init__.py
cloudshell/logging/utils/decorators.py
cloudshell/logging/utils/error_handling_context_manager.py
cloudshell/logging/utils/log_exec_info.py
cloudshell/logging/utils/patch_logging_shutdown.py
cloudshell/logging/utils/venv.py
cloudshell_logging.egg-info/PKG-INFO
cloudshell_logging.egg-info/SOURCES.txt
cloudshell_logging.egg-info/dependency_links.txt
cloudshell_logging.egg-info/top_level.txt
tests/__init__.py
tests/logging/__init__.py
tests/logging/conftest.py
tests/logging/test_log_exec_info.py
tests/logging/test_memory_handler.py
tests/logging/test_qs_config.ini
tests/logging/test_qs_config_parser.py
tests/logging/test_qs_logger.py
tests/logging/test_debug_logs/__init__.py
tests/logging/test_debug_logs/package_file.py
tests/logging/test_debug_logs/test_debug_logs_on_error.py
tests/logging/test_logger_in_threads/__init__.py
tests/logging/test_logger_in_threads/package_file.py
tests/logging/test_logger_in_threads/test_getting_logger.py
tests/logging/utils/__init__.py
tests/logging/utils/test_command_logging.py
tests/logging/utils/test_error_handling_context_manager.py