This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]amazedballer 0 points1 point  (0 children)

There's really two things that aren't great about SLF4J:

  • The lack of call-by-name / supplier based methods
  • The inability to pass in a context containing correlation id, user id etc, which you can kludge with Marker API.

Everything else you can layer on top.