README.rst
pyproject.toml
setup.py
src/pyserilog/ILogger.py
src/pyserilog/__init__.py
src/pyserilog/guard.py
src/pyserilog/logger_configuration.py
src/pyserilog/utils.py
src/pyserilog.egg-info/PKG-INFO
src/pyserilog.egg-info/SOURCES.txt
src/pyserilog.egg-info/dependency_links.txt
src/pyserilog.egg-info/top_level.txt
src/pyserilog/capturing/__init__.py
src/pyserilog/capturing/depth_limiter.py
src/pyserilog/capturing/iproperty_value_converter.py
src/pyserilog/capturing/message_template_processor.py
src/pyserilog/capturing/property_binder.py
src/pyserilog/capturing/property_value_converter.py
src/pyserilog/configuration/__init__.py
src/pyserilog/configuration/ilogger_settings.py
src/pyserilog/configuration/logger_audit_sink_configuration.py
src/pyserilog/configuration/logger_destructuring_configuration.py
src/pyserilog/configuration/logger_enrichment_configuration.py
src/pyserilog/configuration/logger_filter_configuration.py
src/pyserilog/configuration/logger_minimum_level_configuration.py
src/pyserilog/configuration/logger_settings_configuration.py
src/pyserilog/configuration/logger_sink_configuration.py
src/pyserilog/core/__init__.py
src/pyserilog/core/constants.py
src/pyserilog/core/idestructuring_policy.py
src/pyserilog/core/ilog_event_enricher.py
src/pyserilog/core/ilog_event_filter.py
src/pyserilog/core/ilog_event_property_factory.py
src/pyserilog/core/ilog_event_property_value_factory.py
src/pyserilog/core/ilog_event_sink.py
src/pyserilog/core/imessage_template_parser.py
src/pyserilog/core/iscalar_conversion_policy.py
src/pyserilog/core/level_override_map.py
src/pyserilog/core/logger.py
src/pyserilog/core/logging_level_switch.py
src/pyserilog/core/string_writable.py
src/pyserilog/core/enrichers/__init__.py
src/pyserilog/core/enrichers/conditional_enricher.py
src/pyserilog/core/enrichers/empty_enricher.py
src/pyserilog/core/enrichers/fixed_property_enricher.py
src/pyserilog/core/enrichers/property_enricher.py
src/pyserilog/core/enrichers/safe_aggregate_enricher.py
src/pyserilog/core/filter/__init__.py
src/pyserilog/core/filter/delegate_filter.py
src/pyserilog/core/pipeline/__init__.py
src/pyserilog/core/pipeline/message_template_cache.py
src/pyserilog/core/pipeline/silet_logger.py
src/pyserilog/core/sinks/__init__.py
src/pyserilog/core/sinks/aggregate_sink.py
src/pyserilog/core/sinks/conditional_sink.py
src/pyserilog/core/sinks/dispose_delegating_sink.py
src/pyserilog/core/sinks/disposing_aggregate_sink.py
src/pyserilog/core/sinks/filtering_sink.py
src/pyserilog/core/sinks/restricted_sink.py
src/pyserilog/core/sinks/safe_aggregate_sink.py
src/pyserilog/core/sinks/secondary_logger_sink.py
src/pyserilog/data/__init__.py
src/pyserilog/data/log_event_property_value_rewriter.py
src/pyserilog/data/log_event_property_value_visitor.py
src/pyserilog/debuging/__init__.py
src/pyserilog/debuging/self_log.py
src/pyserilog/events/__init__.py
src/pyserilog/events/dictionary_value.py
src/pyserilog/events/event_property.py
src/pyserilog/events/level_alias.py
src/pyserilog/events/log_event.py
src/pyserilog/events/log_event_level.py
src/pyserilog/events/log_event_property.py
src/pyserilog/events/log_event_property_value.py
src/pyserilog/events/message_template.py
src/pyserilog/events/property_utils.py
src/pyserilog/events/scalar_value.py
src/pyserilog/events/sequence_value.py
src/pyserilog/events/structure_value.py
src/pyserilog/filters/matching.py
src/pyserilog/formatting/__init__.py
src/pyserilog/formatting/itext_formatter.py
src/pyserilog/formatting/display/level_output_format.py
src/pyserilog/formatting/display/message_template_text_formatter.py
src/pyserilog/formatting/display/output_properties.py
src/pyserilog/formatting/display/properties_output_format.py
src/pyserilog/formatting/json/__init__.py
src/pyserilog/formatting/json/json_formatter.py
src/pyserilog/formatting/json/json_value_formatter.py
src/pyserilog/parsing/__init__.py
src/pyserilog/parsing/alignment.py
src/pyserilog/parsing/destructuring.py
src/pyserilog/parsing/message_template_parser.py
src/pyserilog/parsing/message_template_token.py
src/pyserilog/parsing/property_token.py
src/pyserilog/parsing/text_token.py
src/pyserilog/policies/ByteArrayScalarConversionPolicy.py
src/pyserilog/policies/ProjectedDestructuringPolicy.py
src/pyserilog/policies/ReflectionTypesScalarDestructuringPolicy.py
src/pyserilog/policies/SimpleScalarConversionPolicy.py
src/pyserilog/policies/__init__.py
src/pyserilog/rendering/casing.py
src/pyserilog/rendering/message_template_renderer.py
src/pyserilog/rendering/padding.py
src/pyserilog/settings/key_value_paies/callable_configuration_method_finder.py
src/pyserilog/settings/key_value_paies/key_value_pair_settings.py
src/pyserilog/settings/key_value_paies/setting_value_conversions.py
src/pyserilog/settings/key_value_paies/surrogate_configuration_methods.py
test/test_logger_configuration.py