Versions in this module Expand all Collapse all v0 v0.5.0 Nov 3, 2015 Changes in this version + const Scope + var ErrOverflow = errors.New("logging: log entry overflowed buffer limits") + type Client struct + BufferInterval time.Duration + BufferLimit int + CommonLabels map[string]string + FlushAfter int + Overflow func(*Client, Entry) error + ServiceName string + func NewClient(ctx context.Context, projectID, logName string, opts ...cloud.ClientOption) (*Client, error) + func (c *Client) Flush() error + func (c *Client) Log(e Entry) error + func (c *Client) LogSync(e Entry) error + func (c *Client) Logger(v Level) *log.Logger + func (c *Client) Ping() error + func (c *Client) Writer(v Level) io.Writer + type Entry struct + Labels map[string]string + Level Level + Payload interface{} + Time time.Time + type Level int + const Alert + const Critical + const Debug + const Default + const Emergency + const Error + const Info + const Warning + func (v Level) String() string v0.5.0-rc4 Oct 29, 2015