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
Jan Buenker bcc31d2df0 Have logger::set_pattern call sink::set_pattern
Previously it instantiated a new pattern_formatter and called sink::set_formatter
with it, overwriting the old formatter, and any custom settings, completely.
Now, if a custom sink inherits base_sink, a call from logger::set_pattern will arrive
at custom_sink::set_pattern_ as expected, instead of custom_sink::set_formatter_.
3 years ago
..
spdlog Have logger::set_pattern call sink::set_pattern 3 years ago