Commit a0de6949 by 王召彬

v2版本日志处理

parent e8fcd7a3
...@@ -144,5 +144,4 @@ class Log extends \ProtobufMessage ...@@ -144,5 +144,4 @@ class Log extends \ProtobufMessage
{ {
return $this->count(self::CONTENTS); return $this->count(self::CONTENTS);
} }
}
} }
\ No newline at end of file
...@@ -204,5 +204,4 @@ class LogGroup extends \ProtobufMessage ...@@ -204,5 +204,4 @@ class LogGroup extends \ProtobufMessage
$value = $this->get(self::SOURCE); $value = $this->get(self::SOURCE);
return $value === null ? (string)$value : $value; return $value === null ? (string)$value : $value;
} }
}
} }
\ No newline at end of file
...@@ -114,5 +114,4 @@ class LogGroupList extends \ProtobufMessage ...@@ -114,5 +114,4 @@ class LogGroupList extends \ProtobufMessage
{ {
return $this->count(self::LOGGROUPLIST); return $this->count(self::LOGGROUPLIST);
} }
}
} }
\ No newline at end of file
...@@ -103,5 +103,4 @@ class Log_Content extends \ProtobufMessage ...@@ -103,5 +103,4 @@ class Log_Content extends \ProtobufMessage
$value = $this->get(self::VALUE); $value = $this->get(self::VALUE);
return $value === null ? (string)$value : $value; return $value === null ? (string)$value : $value;
} }
}
} }
\ 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