anyone else had the problem that log4j2 will use t...
# random
k
anyone else had the problem that log4j2 will use the
Logger#info(java.lang.Object)
overload instead of
Logger#info(org.apache.logging.log4j.util.Supplier<?>)
when calling with a lambda?