The handler would be similar to the syslog handler in the stdlib. It could be configured via an INI file, e.g.:
[handler_gcloud]
class=gcloud.logging.handler.APIHandler
level=INFO
log_name=my-log
On a GCE / GAE host, the stdlib's SyslogHandler would work without this feature.
The handler would be similar to the syslog handler in the stdlib. It could be configured via an INI file, e.g.:
On a GCE / GAE host, the stdlib's
SyslogHandlerwould work without this feature.