You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Flogger Team.
I like Flogger very much, but I would like to see one improvement.
Why not allow the KeyValueFormatter prefix and suffix to be set with LogData.getMetaData () instead of constants?
I find it very difficult to use because I can't change the format of [CONTEXT ~].
It is possible to create own KeyValueFormatter by extending AbstractBackend and AbstractLogRecord,
but I would like a more convenient way to change only the prefix and suffix.
Hi, Flogger Team.
I like Flogger very much, but I would like to see one improvement.
Why not allow the
KeyValueFormatter
prefix and suffix to be set withLogData.getMetaData ()
instead of constants?I find it very difficult to use because I can't change the format of
[CONTEXT ~]
.It is possible to create own
KeyValueFormatter
by extendingAbstractBackend
andAbstractLogRecord
,but I would like a more convenient way to change only the prefix and suffix.
For example, like the following.
Related: #60
Thanks.
The text was updated successfully, but these errors were encountered: