rs / zerolog

Zero Allocation JSON Logger
MIT License
10.41k stars 567 forks source link

pass program counter to CallerMarshalFunc #457

Closed Hades32 closed 2 years ago

Hades32 commented 2 years ago

This passes the pc var to marshallers to be able to add function names to caller fields.

This is a breaking change for those that have overridden CallerMarshalFunc before, as the func signature changes.

All tests passed locally.

Resolves #456

Hades32 commented 2 years ago

thanks for merging @rs! Would you mind also creating a new git tag, so I can update our deps?

Hades32 commented 2 years ago

@rs could you create a v1.28.0 tag?

rs commented 2 years ago

done