The `appender` class is intended to be inherited and used polymorphically, but does not have a virtual destructor, which causes warnings. This adds a virtual destructor to fix these warnings. |
||
|---|---|---|
| .. | ||
| appender.hpp | ||
| console_appender.hpp | ||
| file_appender.hpp | ||
| gelf_appender.hpp | ||
| log_message.hpp | ||
| logger.hpp | ||
| logger_config.hpp | ||