fluent / fluent-logger-python

A structured logger for Fluentd (Python)
http://fluentd.org/
Other
444 stars 138 forks source link

Multiple senders in same context #168

Open kartheek7895 opened 4 years ago

kartheek7895 commented 4 years ago

I have a requirement where certain events need to be logged to different log type. Does the sender, event that fluent-logger provides support this? (because in the docs it is mentioned to a single global sender)