LogSystem beta 1.4
This is a logging system project
 
载入中...
搜索中...
未找到
Xulog::DeliverMsg结构体 参考

传递的消息 更多...

#include <codec.hpp>

Xulog::DeliverMsg 的协作图:

Public 属性

std::string msg_mod
 消息模式
 
std::string unformatted_msg
 非结构化消息
 
LogMsg format_msg
 结构化信息
 

详细描述

传递的消息

类成员变量说明

◆ format_msg

LogMsg Xulog::DeliverMsg::format_msg

结构化信息

◆ msg_mod

std::string Xulog::DeliverMsg::msg_mod

消息模式

◆ unformatted_msg

std::string Xulog::DeliverMsg::unformatted_msg

非结构化消息