https://kotlinlang.org logo
#random
Title
k

kirillrakhman

12/07/2016, 2:51 PM
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?