You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include/spdlog/sinks
Ryan Hsu 207a22e02b
Add daily_rotating_file_sink
A sink combined with daily_file_sink and rotating_file_sink, which creates new file each day and also when the file size exceeds. In addition, no limit of file number.
7 years ago
..
android_sink.h Replaced SPDLOG_FINAL macro with final 7 years ago
ansicolor_sink.h Replaced SPDLOG_FINAL macro with final 7 years ago
base_sink.h Fixed clang-tidy warnings 7 years ago
basic_file_sink.h Replaced SPDLOG_FINAL macro with final 7 years ago
daily_file_sink.h Replaced SPDLOG_FINAL macro with final 7 years ago
daily_rotating_file_sink.h Add daily_rotating_file_sink 7 years ago
dist_sink.h format 7 years ago
msvc_sink.h clang format 7 years ago
null_sink.h Refactored sink interface and base_sink 7 years ago
ostream_sink.h Replaced SPDLOG_FINAL macro with final 7 years ago
rotating_file_sink.h Replaced SPDLOG_FINAL macro with final 7 years ago
sink.h Fixed some extra warnings from clang 7 years ago
stdout_color_sinks.h fix gcc and clang warnings 7 years ago
stdout_sinks.h Replaced SPDLOG_FINAL macro with final 7 years ago
syslog_sink.h code formatting and clang tidy warnings fixes 7 years ago
wincolor_sink.h Replaced SPDLOG_FINAL macro with final 7 years ago