Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[12:13:16 CDT(-0500)] <EricDalquist> if there is no slf4j binding or multiple bindings it spits out very informative info to system.out

[12:13:45 CDT(-0500)] <EricDalquist> also ... they template based logging shorthand is nice

[12:14:00 CDT(-0500)] <EricDalquist> log.warn("foo {} bar {}", obj1, obj2)

[12:14:11 CDT(-0500)] <EricDalquist> only does a toString on the args if warn is enabled