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

Public Member Functions

def emit
 

Detailed Description

Logging handler that will direct output to a persistent store of
application logs.

This handler will output log statements to logservice.write(). This handler is
automatically initialized and attached to the Python common logging library.

Member Function Documentation

def google.appengine.api.app_logging.AppLogsHandler.emit (   self,
  record 
)
Emit a record.

This implementation is based on the implementation of
StreamHandler.emit().

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