peerplays-fc/include/fc/log
Nathan Hourt cce644f686
Fix warnings
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.
2019-08-29 11:26:34 -05:00
..
appender.hpp Fix warnings 2019-08-29 11:26:34 -05:00
console_appender.hpp Removed unused stuff 2019-04-04 17:59:51 +02:00
file_appender.hpp Replaced most fc::shared_ptr with std::shared_ptr 2019-05-29 11:28:40 +02:00
gelf_appender.hpp Replaced most fc::shared_ptr with std::shared_ptr 2019-05-29 11:28:40 +02:00
log_message.hpp Replaced most fc::shared_ptr with std::shared_ptr 2019-05-29 11:28:40 +02:00
logger.hpp Replaced fc::nullptr_t with std::nullptr_t 2019-06-06 14:41:47 +02:00
logger_config.hpp Removed unused stuff 2019-04-04 17:59:51 +02:00