数据结构
Last updated
message Log
{
required uint32 Time = 1;// UNIX Time Format
repeated Content Contents = 2;
}message LogGroup
{
repeated Log Logs = 1;
optional string Category = 2;
optional string Topic = 3;
optional string Source = 4;
optional string MachineUUID = 5;
repeated LogTag LogTags = 6;
}