<p dir="ltr">Hello,</p>
<p dir="ltr">I am currently trying to use slf4j on top of a legacy logging system.<br>
I do not have immediate use of the Marker interface, but I would like to use it for future purposes.</p>
<p dir="ltr">I looked at org.slf4j.helpers.BasicMarkerFactory and org.slf4j.helpers.BasicMarker.</p>
<p dir="ltr">Since the marker binding is static in nature, I would like to know if there is a way to inject my own marker factory implementation that can return different instances of a Marker based on the need. Or should I just create my own factory implementation and use it in the hosting classes?</p>
<p dir="ltr">Thanks,<br>
Giriraj</p>