type go.uber.org/zap/zapcore.EntryCaller
12 uses
go.uber.org/zap/zapcore (current package)
encoder.go#L277: type CallerEncoder func(EntryCaller, PrimitiveArrayEncoder)
encoder.go#L281: func FullCallerEncoder(caller EntryCaller, enc PrimitiveArrayEncoder) {
encoder.go#L288: 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#L393: ce.Caller = zapcore.EntryCaller{
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)