Contains the details of a single application log created by calling syslog within the context of a request.
- Parameters
-
LogLine | $pb | The underlying protocol buffer. |
google\appengine\api\log\AppLogLine::getDateTime |
( |
| ) |
|
Returns The same value as getTimeUsec() as a DateTime.
- Returns
- DateTime The time the log was created accurate to the second.
google\appengine\api\log\AppLogLine::getLevel |
( |
| ) |
|
google\appengine\api\log\AppLogLine::getMessage |
( |
| ) |
|
- Returns
- string The message logged by the application.
google\appengine\api\log\AppLogLine::getTimeUsec |
( |
| ) |
|
- Returns
- double The time the log was created in microseconds since the Unix epoch.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/php/sdk/google/appengine/api/log/AppLogLine.php