libfilezilla
|
Pretty-prints XML as it is being parsed to a logger. More...
#include <xml.hpp>
Public Member Functions | |
pretty_logger (logger_interface &logger, logmsg::type level) | |
Public Member Functions inherited from pretty_printer | |
void | log (callback_event type, std::string_view, std::string_view name, std::string_view value) |
Protected Member Functions | |
virtual void | on_line (std::string_view line) override |
Protected Attributes | |
logmsg::type | level_ |
logger_interface & | logger_ |
Pretty-prints XML as it is being parsed to a logger.