App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.api.logservice.logservice.AppLog Class Reference
Inheritance diagram for google.appengine.api.logservice.logservice.AppLog:

Public Member Functions

def __init__
 
def __eq__
 
def __repr__
 
def time
 
def level
 
def message
 

Public Attributes

 time
 
 message
 

Detailed Description

Application log line emitted while processing a request.

Member Function Documentation

def google.appengine.api.logservice.logservice.AppLog.level (   self)
Level or severity of log, as an int.
def google.appengine.api.logservice.logservice.AppLog.message (   self)
Application-provided log message, as a string.
def google.appengine.api.logservice.logservice.AppLog.time (   self)
Time log entry was made, in seconds since the Unix epoch, as a float.

The documentation for this class was generated from the following file: