fluent/fluent-logger-java

Does FluentLogger class provide a way to get a sender instance?

moznion opened this issue · 3 comments

I want to get a Sender instance from an instance of FluentLogger, but I could not be located such as a method. Is there a way to do that?

In particular, I wouldn't mind doing as the following.
https://github.com/moznion/fluent-logger-mock-sender

@muga @komamitsu @oza Could you handle this?

@moznion Sorry for my late reply. I fixed this issue in #46 and released a new version.

Thank you very much!