org.slf4j.Logger not being recognized by inner builder?
tsuikm opened this issue · 1 comments
tsuikm commented
I have a logger that i want to set with inner builder. Is there a reason why this doesn't work?
analytically commented
Yeah Logger fields are excluded from the builder since it's a rare case. Best add manually.