This class is used to format log entries for Rendering Engine commands.
#include <AclLog.h>
Inherits from spdlog::formatter
Name | |
---|---|
CommandLogFormatter() | |
void | format(const spdlog::details::log_msg & msg, spdlog::memory_buf_t & dest) override |
std::unique_ptr< spdlog::formatter > | clone() const override |
CommandLogFormatter()
void format(
const spdlog::details::log_msg & msg,
spdlog::memory_buf_t & dest
) override
std::unique_ptr< spdlog::formatter > clone() const override
Updated on 2023-10-03 at 14:32:11 +0200