Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2016 Changes in this version + var Done = errors.New("log: query has no more results") + func Criticalf(ctx context.Context, format string, args ...interface{}) + func Debugf(ctx context.Context, format string, args ...interface{}) + func Errorf(ctx context.Context, format string, args ...interface{}) + func Infof(ctx context.Context, format string, args ...interface{}) + func Warningf(ctx context.Context, format string, args ...interface{}) + type AppLog struct + Level int + Message string + Time time.Time + type Query struct + AppLogs bool + ApplyMinLevel bool + EndTime time.Time + Incomplete bool + MinLevel int + Offset []byte + RequestIDs []string + StartTime time.Time + Versions []string + func (params *Query) Run(c context.Context) *Result + type Record struct + AppEngineRelease string + AppID string + AppLogs []AppLog + Combined string + Cost float64 + EndTime time.Time + Finished bool + HTTPVersion string + Host string + IP string + InstanceID string + Latency time.Duration + MCycles int64 + Method string + ModuleID string + Nickname string + Offset []byte + PendingTime time.Duration + Referrer string + RequestID []byte + Resource string + ResponseSize int64 + StartTime time.Time + Status int32 + TaskName string + TaskQueueName string + URLMapEntry string + UserAgent string + VersionID string + WasLoadingRequest bool + type Result struct + func (qr *Result) Next() (*Record, error)