jokade / slogging

A Typesafe-logging (and slf4j) compatible logging library based on macros for Scala/JVM, Scala.js, and Scala Native
MIT License
50 stars 11 forks source link

Printing 'exception' in log #33

Closed RicoGit closed 6 years ago

RicoGit commented 6 years ago

Hi there! When I trying log some exception like that logger.error("Error ", err) exception is not appears in a log. This fix seems will solve the problem.

jokade commented 6 years ago

Good catch, thanks!