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.
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:
- code/googleappengine-read-only/python/google/appengine/api/app_logging.py