go.uber.org/zap/zapcore.EntryCaller.Defined (field)

8 uses

	go.uber.org/zap/zapcore (current package)
		console_encoder.go#L96: 	if ent.Caller.Defined {
		entry.go#L67: 		Defined: true,
		entry.go#L73: 	Defined  bool
		entry.go#L88: 	if !ec.Defined {
		entry.go#L103: 	if !ec.Defined {
		json_encoder.go#L400: 	if ent.Caller.Defined {

	go.uber.org/zap
		logger.go#L376: 			Defined:  frame.PC != 0,

	go.pact.im/x/zapjournal
		encoder.go#L251: 	if caller := ent.Caller; caller.Defined {