Sink messages to logger file with logger formatting
1beb opened this issue · 2 comments
1beb commented
Let's say you're using a function that already includes the use of message
but you want to sink them to an abitrary appender file, following the log_info
format. Is there a way to do so? I was contemplating overloading message
with log_info
but I don't think that's a great idea.
daroczig commented
Not sure if I get this right, but I suspect you are looking for log_messages
, right? Please reopen if I misunderstood.
1beb commented
Yes! Perfect!