LogSystem beta 1.4
This is a logging system project
 
载入中...
搜索中...
未找到
message.hpp 文件参考

日志消息类的实现 更多...

#include <iostream>
#include <thread>
#include <string>
#include "level.hpp"
#include "util.hpp"
message.hpp 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

struct  Xulog::LogMsg
 日志消息结构体 更多...
 

命名空间

namespace  Xulog
 

详细描述

日志消息类的实现

本文件定义了日志消息类,用于存储日志输出的中间信息,包括时间、日志等级、源文件名称等。