tomer-ben-david
3/25/2014 - 12:16 PM

slf4j scala array printing

slf4j scala array printing

LOG.debug("[mymofulr][{}], response [{}]", Array(1, 2).asInstanceOf[Array[Object]])

// Note if you don't do the asInstanceOf[Array[Object]] it would simply print the Array.toString as the first item.