SYMBOL INDEX (131 symbols across 22 files) FILE: common_test.go type sliceArrayEncoder (line 11) | type sliceArrayEncoder struct method AppendArray (line 15) | func (s *sliceArrayEncoder) AppendArray(v zapcore.ArrayMarshaler) error { method AppendObject (line 22) | func (s *sliceArrayEncoder) AppendObject(v zapcore.ObjectMarshaler) er... method AppendReflected (line 29) | func (s *sliceArrayEncoder) AppendReflected(v interface{}) error { method AppendBool (line 34) | func (s *sliceArrayEncoder) AppendBool(v bool) { s.elems ... method AppendByteString (line 35) | func (s *sliceArrayEncoder) AppendByteString(v []byte) { s.elems ... method AppendComplex128 (line 36) | func (s *sliceArrayEncoder) AppendComplex128(v complex128) { s.elems ... method AppendComplex64 (line 37) | func (s *sliceArrayEncoder) AppendComplex64(v complex64) { s.elems ... method AppendDuration (line 38) | func (s *sliceArrayEncoder) AppendDuration(v time.Duration) { s.elems ... method AppendFloat64 (line 39) | func (s *sliceArrayEncoder) AppendFloat64(v float64) { s.elems ... method AppendFloat32 (line 40) | func (s *sliceArrayEncoder) AppendFloat32(v float32) { s.elems ... method AppendInt (line 41) | func (s *sliceArrayEncoder) AppendInt(v int) { s.elems ... method AppendInt64 (line 42) | func (s *sliceArrayEncoder) AppendInt64(v int64) { s.elems ... method AppendInt32 (line 43) | func (s *sliceArrayEncoder) AppendInt32(v int32) { s.elems ... method AppendInt16 (line 44) | func (s *sliceArrayEncoder) AppendInt16(v int16) { s.elems ... method AppendInt8 (line 45) | func (s *sliceArrayEncoder) AppendInt8(v int8) { s.elems ... method AppendString (line 46) | func (s *sliceArrayEncoder) AppendString(v string) { s.elems ... method AppendTime (line 47) | func (s *sliceArrayEncoder) AppendTime(v time.Time) { s.elems ... method AppendUint (line 48) | func (s *sliceArrayEncoder) AppendUint(v uint) { s.elems ... method AppendUint64 (line 49) | func (s *sliceArrayEncoder) AppendUint64(v uint64) { s.elems ... method AppendUint32 (line 50) | func (s *sliceArrayEncoder) AppendUint32(v uint32) { s.elems ... method AppendUint16 (line 51) | func (s *sliceArrayEncoder) AppendUint16(v uint16) { s.elems ... method AppendUint8 (line 52) | func (s *sliceArrayEncoder) AppendUint8(v uint8) { s.elems ... method AppendUintptr (line 53) | func (s *sliceArrayEncoder) AppendUintptr(v uintptr) { s.elems ... FILE: config.go function NewProductionEncoderConfig (line 10) | func NewProductionEncoderConfig() zapcore.EncoderConfig { function NewDevelopmentEncoderConfig (line 16) | func NewDevelopmentEncoderConfig() zapcore.EncoderConfig { function NewProductionConfig (line 25) | func NewProductionConfig() zap.Config { function NewDevelopmentConfig (line 46) | func NewDevelopmentConfig() zap.Config { FILE: core.go type driverConfig (line 11) | type driverConfig struct type core (line 22) | type core struct method With (line 78) | func (c *core) With(fields []zap.Field) zapcore.Core { method Check (line 104) | func (c *core) Check(ent zapcore.Entry, ce *zapcore.CheckedEntry) *zap... method Write (line 112) | func (c *core) Write(ent zapcore.Entry, fields []zapcore.Field) error { method Sync (line 144) | func (c *core) Sync() error { method allLabels (line 148) | func (c *core) allLabels() *labels { method extractLabels (line 168) | func (c *core) extractLabels(fields []zapcore.Field) (*labels, []zapco... method withLabels (line 186) | func (c *core) withLabels(fields []zapcore.Field) []zapcore.Field { method withSourceLocation (line 204) | func (c *core) withSourceLocation(ent zapcore.Entry, fields []zapcore.... method withServiceContext (line 219) | func (c *core) withServiceContext(name string, fields []zapcore.Field)... method withErrorReport (line 230) | func (c *core) withErrorReport(ent zapcore.Entry, fields []zapcore.Fie... function ReportAllErrors (line 47) | func ReportAllErrors(report bool) func(*core) { function ServiceName (line 55) | func ServiceName(name string) func(*core) { function WrapCore (line 63) | func WrapCore(options ...func(*core)) zap.Option { FILE: core_test.go function TestWithLabels (line 18) | func TestWithLabels(t *testing.T) { function TestExtractLabels (line 36) | func TestExtractLabels(t *testing.T) { function TestWithSourceLocation (line 63) | func TestWithSourceLocation(t *testing.T) { function TestWithSourceLocation_DoesNotOverwrite (line 76) | func TestWithSourceLocation_DoesNotOverwrite(t *testing.T) { function TestWithSourceLocation_OnlyWhenDefined (line 88) | func TestWithSourceLocation_OnlyWhenDefined(t *testing.T) { function TestWithErrorReport (line 101) | func TestWithErrorReport(t *testing.T) { function TestWithErrorReport_DoesNotOverwrite (line 114) | func TestWithErrorReport_DoesNotOverwrite(t *testing.T) { function TestWithErrorReport_OnlyWhenDefined (line 126) | func TestWithErrorReport_OnlyWhenDefined(t *testing.T) { function TestWithServiceContext (line 139) | func TestWithServiceContext(t *testing.T) { function TestWithServiceContext_DoesNotOverwrite (line 150) | func TestWithServiceContext_DoesNotOverwrite(t *testing.T) { function TestWrite (line 160) | func TestWrite(t *testing.T) { function TestWriteConcurrent (line 183) | func TestWriteConcurrent(t *testing.T) { function TestWithAndWrite (line 218) | func TestWithAndWrite(t *testing.T) { function TestWithAndWrite_MultipleEntries (line 236) | func TestWithAndWrite_MultipleEntries(t *testing.T) { function TestWriteReportAllErrors (line 264) | func TestWriteReportAllErrors(t *testing.T) { function TestWriteServiceContext (line 295) | func TestWriteServiceContext(t *testing.T) { function TestWriteReportAllErrors_WithServiceContext (line 314) | func TestWriteReportAllErrors_WithServiceContext(t *testing.T) { function TestWriteReportAllErrors_InfoLog (line 340) | func TestWriteReportAllErrors_InfoLog(t *testing.T) { function TestAllLabels (line 362) | func TestAllLabels(t *testing.T) { FILE: encoder.go function EncodeLevel (line 51) | func EncodeLevel(l zapcore.Level, enc zapcore.PrimitiveArrayEncoder) { function RFC3339NanoTimeEncoder (line 57) | func RFC3339NanoTimeEncoder(t time.Time, enc zapcore.PrimitiveArrayEncod... FILE: encoder_test.go function TestEncodeLevel (line 13) | func TestEncodeLevel(t *testing.T) { function TestRFC3339NanoTimeEncoder (line 40) | func TestRFC3339NanoTimeEncoder(t *testing.T) { FILE: http.go function HTTP (line 26) | func HTTP(req *HTTPPayload) zap.Field { type HTTPPayload (line 32) | type HTTPPayload struct method MarshalLogObject (line 142) | func (req HTTPPayload) MarshalLogObject(enc zapcore.ObjectEncoder) err... function NewHTTP (line 104) | func NewHTTP(req *http.Request, res *http.Response) *HTTPPayload { FILE: http_test.go function TestHTTP (line 16) | func TestHTTP(t *testing.T) { function TestNewHTTP (line 25) | func TestNewHTTP(t *testing.T) { FILE: label.go constant labelsKey (line 11) | labelsKey = "logging.googleapis.com/labels" function Label (line 19) | func Label(key, value string) zap.Field { function Labels (line 26) | func Labels(fields ...zap.Field) zap.Field { function isLabelField (line 40) | func isLabelField(field zap.Field) bool { function labelsField (line 44) | func labelsField(l *labels) zap.Field { type labels (line 48) | type labels struct method Add (line 57) | func (l *labels) Add(key, value string) { method reset (line 63) | func (l *labels) reset() { method MarshalLogObject (line 69) | func (l labels) MarshalLogObject(enc zapcore.ObjectEncoder) error { function newLabels (line 53) | func newLabels() *labels { FILE: label_test.go function TestLabel (line 10) | func TestLabel(t *testing.T) { function TestLabels (line 18) | func TestLabels(t *testing.T) { FILE: logger.go function NewProduction (line 11) | func NewProduction(options ...zap.Option) (*zap.Logger, error) { function NewProductionWithCore (line 18) | func NewProductionWithCore(core zap.Option, options ...zap.Option) (*zap... function NewDevelopment (line 28) | func NewDevelopment(options ...zap.Option) (*zap.Logger, error) { function NewDevelopmentWithCore (line 35) | func NewDevelopmentWithCore(core zap.Option, options ...zap.Option) (*za... FILE: logger_test.go function TestNewProduction (line 12) | func TestNewProduction(t *testing.T) { function TestNewProductionWithCore (line 19) | func TestNewProductionWithCore(t *testing.T) { function TestNewDevelopment (line 29) | func TestNewDevelopment(t *testing.T) { function TestNewDevelopmentWithCore (line 36) | func TestNewDevelopmentWithCore(t *testing.T) { FILE: operation.go constant operationKey (line 8) | operationKey = "logging.googleapis.com/operation" function Operation (line 16) | func Operation(id, producer string, first, last bool) zap.Field { function OperationStart (line 29) | func OperationStart(id, producer string) zap.Field { function OperationCont (line 35) | func OperationCont(id, producer string) zap.Field { function OperationEnd (line 41) | func OperationEnd(id, producer string) zap.Field { type operation (line 47) | type operation struct method MarshalLogObject (line 65) | func (op operation) MarshalLogObject(enc zapcore.ObjectEncoder) error { FILE: operation_test.go function TestOperation (line 10) | func TestOperation(t *testing.T) { function TestOperationStart (line 19) | func TestOperationStart(t *testing.T) { function TestOperationCont (line 28) | func TestOperationCont(t *testing.T) { function TestOperationEnd (line 37) | func TestOperationEnd(t *testing.T) { FILE: report.go constant contextKey (line 11) | contextKey = "context" function ErrorReport (line 17) | func ErrorReport(pc uintptr, file string, line int, ok bool) zap.Field { type reportLocation (line 24) | type reportLocation struct method MarshalLogObject (line 31) | func (location reportLocation) MarshalLogObject(enc zapcore.ObjectEnco... type reportContext (line 40) | type reportContext struct method MarshalLogObject (line 45) | func (context reportContext) MarshalLogObject(enc zapcore.ObjectEncode... function newReportContext (line 51) | func newReportContext(pc uintptr, file string, line int, ok bool) *repor... FILE: report_test.go function TestErrorReport (line 10) | func TestErrorReport(t *testing.T) { function TestNewReportContext (line 20) | func TestNewReportContext(t *testing.T) { FILE: service.go constant serviceContextKey (line 8) | serviceContextKey = "serviceContext" function ServiceContext (line 15) | func ServiceContext(name string) zap.Field { type serviceContext (line 21) | type serviceContext struct method MarshalLogObject (line 26) | func (service_context serviceContext) MarshalLogObject(enc zapcore.Obj... function newServiceContext (line 32) | func newServiceContext(name string) *serviceContext { FILE: service_test.go function TestServiceContext (line 9) | func TestServiceContext(t *testing.T) { function TestNewServiceContext (line 17) | func TestNewServiceContext(t *testing.T) { FILE: source.go constant sourceKey (line 11) | sourceKey = "logging.googleapis.com/sourceLocation" function SourceLocation (line 16) | func SourceLocation(pc uintptr, file string, line int, ok bool) zap.Field { type source (line 22) | type source struct method MarshalLogObject (line 41) | func (source source) MarshalLogObject(enc zapcore.ObjectEncoder) error { function newSource (line 49) | func newSource(pc uintptr, file string, line int, ok bool) *source { FILE: source_test.go function TestSourceLocation (line 10) | func TestSourceLocation(t *testing.T) { function TestNewSource (line 20) | func TestNewSource(t *testing.T) { FILE: trace.go constant traceKey (line 10) | traceKey = "logging.googleapis.com/trace" constant spanKey (line 11) | spanKey = "logging.googleapis.com/spanId" constant traceSampledKey (line 12) | traceSampledKey = "logging.googleapis.com/trace_sampled" function TraceContext (line 18) | func TraceContext(trace string, spanId string, sampled bool, projectName... FILE: trace_test.go function TestTraceContext (line 10) | func TestTraceContext(t *testing.T) {