fluent-logger-golang
fluent-logger-golang copied to clipboard
api inconsistency
f.TagPrefix is respected by f.Post(..) and f.PostWithTime(..) methods but not by f.EncodeAndPostData(..) and f.EncodeData(..).
It should be consistent across all methods.
It is very easy to fix but requires api breakage.