type go.uber.org/zap/zapcore.EntryCaller
12 uses
go.uber.org/zap/zapcore (current package)
encoder.go#L265: type CallerEncoder func(EntryCaller, PrimitiveArrayEncoder)
encoder.go#L269: func FullCallerEncoder(caller EntryCaller, enc PrimitiveArrayEncoder) {
encoder.go#L276: func ShortCallerEncoder(caller EntryCaller, enc PrimitiveArrayEncoder) {
entry.go#L57: func NewEntryCaller(pc uintptr, file string, line int, ok bool) EntryCaller {
entry.go#L59: return EntryCaller{}
entry.go#L61: return EntryCaller{
entry.go#L70: type EntryCaller struct {
entry.go#L79: func (ec EntryCaller) String() string {
entry.go#L85: func (ec EntryCaller) FullPath() string {
entry.go#L100: func (ec EntryCaller) TrimmedPath() string {
entry.go#L148: Caller EntryCaller
go.uber.org/zap
logger.go#L407: ce.Caller = zapcore.EntryCaller{
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |