Commit a0de6949 by 王召彬

v2版本日志处理

parent e8fcd7a3
......@@ -145,4 +145,3 @@ class Log extends \ProtobufMessage
return $this->count(self::CONTENTS);
}
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -205,4 +205,3 @@ class LogGroup extends \ProtobufMessage
return $value === null ? (string)$value : $value;
}
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -115,4 +115,3 @@ class LogGroupList extends \ProtobufMessage
return $this->count(self::LOGGROUPLIST);
}
}
\ No newline at end of file
}
\ No newline at end of file
......@@ -104,4 +104,3 @@ class Log_Content extends \ProtobufMessage
return $value === null ? (string)$value : $value;
}
}
\ No newline at end of file
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment