I was trying to extend logger and customize it but i found LogEvent was rigid and could be a great fix if only i was able to modify it somehow. Hence the request for an event transformer.
I imagined something like a simple function call like the below:
Logger({
LogFilter? filter,
LogPrinter? printer,
LogOutput? output,
Level? level,
EventTransformerCallback? eventTransformer,
})
this issue is mainly a stub for the PR
I was trying to extend
loggerand customize it but i foundLogEventwas rigid and could be a great fix if only i was able to modify it somehow. Hence the request for an event transformer.I imagined something like a simple function call like the below:
this issue is mainly a stub for the PR