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
Robin Lindén 6df64c6c34
Fix -Wshadow warnings in spdlog::sinks::dist_sink (#2599)
This is similar to fbba6dff20 but fixes a
few member functions missed in that commit.
3 years ago
..
android_sink.h remove usage of forward args 3 years ago
ansicolor_sink-inl.h Allow forward-declaration of level_enum 4 years ago
ansicolor_sink.h clang-format 4 years ago
base_sink-inl.h clang-format 4 years ago
base_sink.h Fix build with "-fvisibility=hidden" 4 years ago
basic_file_sink-inl.h clang-format 4 years ago
basic_file_sink.h clang-format 4 years ago
daily_file_sink.h Use 'SPDLOG_FMT_RUNTIME' to fix compilation error throwed MSVC and fmt 9.1.x (#2517) 3 years ago
dist_sink.h Fix -Wshadow warnings in spdlog::sinks::dist_sink (#2599) 3 years ago
dup_filter_sink.h dup_filter_sink adds parameters to enable setting the level of skipped logs (#2563) 3 years ago
hourly_file_sink.h Romove the empty file if no log in first period in hourly logger 3 years ago
mongo_sink.h Change mongocxx::exception handler to std::exception 3 years ago
msvc_sink.h Fixed variable name (#2573) 3 years ago
null_sink.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
ostream_sink.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
qt_sinks.h clang-format 4 years ago
ringbuffer_sink.h Fixed move in ringnuffer_sink 3 years ago
rotating_file_sink-inl.h clang format 3 years ago
rotating_file_sink.h clang-format 4 years ago
sink-inl.h clang-format 4 years ago
sink.h clang-format 4 years ago
stdout_color_sinks-inl.h clang-format 4 years ago
stdout_color_sinks.h clang-format 4 years ago
stdout_sinks-inl.h Avoid c-style casting 4 years ago
stdout_sinks.h clang-format 4 years ago
syslog_sink.h Update syslog_sink.h 5 years ago
systemd_sink.h Add optional "ident" argument to systemd sink constructor 3 years ago
tcp_sink.h clang-format 4 years ago
udp_sink.h clang-format 4 years ago
win_eventlog_sink.h Fix type of event id in win_eventlog_sink (#2598) 3 years ago
wincolor_sink-inl.h Explicitly casting level_enum to size_t. 3 years ago
wincolor_sink.h clang-format 4 years ago