README.md
setup.cfg
setup.py
spdlog.egg-info/PKG-INFO
spdlog.egg-info/SOURCES.txt
spdlog.egg-info/dependency_links.txt
spdlog.egg-info/not-zip-safe
spdlog.egg-info/requires.txt
spdlog.egg-info/top_level.txt
spdlog/bench/async_bench.cpp
spdlog/bench/bench.cpp
spdlog/bench/formatter-bench.cpp
spdlog/bench/latency.cpp
spdlog/bench/utils.h
spdlog/example/example.cpp
spdlog/example/multisink.cpp
spdlog/example/utils.h
spdlog/example/jni/example.cpp
spdlog/include/spdlog/async.h
spdlog/include/spdlog/async_logger.h
spdlog/include/spdlog/common.h
spdlog/include/spdlog/formatter.h
spdlog/include/spdlog/logger.h
spdlog/include/spdlog/spdlog.h
spdlog/include/spdlog/tweakme.h
spdlog/include/spdlog/version.h
spdlog/include/spdlog/details/async_logger_impl.h
spdlog/include/spdlog/details/circular_q.h
spdlog/include/spdlog/details/console_globals.h
spdlog/include/spdlog/details/file_helper.h
spdlog/include/spdlog/details/fmt_helper.h
spdlog/include/spdlog/details/log_msg.h
spdlog/include/spdlog/details/logger_impl.h
spdlog/include/spdlog/details/mpmc_blocking_q.h
spdlog/include/spdlog/details/null_mutex.h
spdlog/include/spdlog/details/os.h
spdlog/include/spdlog/details/pattern_formatter.h
spdlog/include/spdlog/details/periodic_worker.h
spdlog/include/spdlog/details/registry.h
spdlog/include/spdlog/details/thread_pool.h
spdlog/include/spdlog/fmt/bin_to_hex.h
spdlog/include/spdlog/fmt/fmt.h
spdlog/include/spdlog/fmt/ostr.h
spdlog/include/spdlog/fmt/bundled/chrono.h
spdlog/include/spdlog/fmt/bundled/color.h
spdlog/include/spdlog/fmt/bundled/core.h
spdlog/include/spdlog/fmt/bundled/format-inl.h
spdlog/include/spdlog/fmt/bundled/format.h
spdlog/include/spdlog/fmt/bundled/locale.h
spdlog/include/spdlog/fmt/bundled/ostream.h
spdlog/include/spdlog/fmt/bundled/posix.h
spdlog/include/spdlog/fmt/bundled/printf.h
spdlog/include/spdlog/fmt/bundled/ranges.h
spdlog/include/spdlog/fmt/bundled/time.h
spdlog/include/spdlog/sinks/android_sink.h
spdlog/include/spdlog/sinks/ansicolor_sink.h
spdlog/include/spdlog/sinks/base_sink.h
spdlog/include/spdlog/sinks/basic_file_sink.h
spdlog/include/spdlog/sinks/daily_file_sink.h
spdlog/include/spdlog/sinks/dist_sink.h
spdlog/include/spdlog/sinks/msvc_sink.h
spdlog/include/spdlog/sinks/null_sink.h
spdlog/include/spdlog/sinks/ostream_sink.h
spdlog/include/spdlog/sinks/rotating_file_sink.h
spdlog/include/spdlog/sinks/sink.h
spdlog/include/spdlog/sinks/stdout_color_sinks.h
spdlog/include/spdlog/sinks/stdout_sinks.h
spdlog/include/spdlog/sinks/syslog_sink.h
spdlog/include/spdlog/sinks/wincolor_sink.h
spdlog/tests/catch.hpp
spdlog/tests/includes.h
spdlog/tests/main.cpp
spdlog/tests/test_async.cpp
spdlog/tests/test_errors.cpp
spdlog/tests/test_file_helper.cpp
spdlog/tests/test_file_logging.cpp
spdlog/tests/test_fmt_helper.cpp
spdlog/tests/test_macros.cpp
spdlog/tests/test_misc.cpp
spdlog/tests/test_mpmc_q.cpp
spdlog/tests/test_pattern_formatter.cpp
spdlog/tests/test_registry.cpp
spdlog/tests/test_sink.h
spdlog/tests/utils.cpp
spdlog/tests/utils.h
src/pyspdlog.cpp