You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
20
20
* Scala 2.11 or 2.12
21
21
* Logging backend compatible with SLF4J
22
22
23
-
One logging backend can be [Logback](http://logback.qos.ch), you can add it to your sbt build definition (the most recent version can be found here: http://logback.qos.ch/download.html):
23
+
One logging backend can be [Logback](http://logback.qos.ch), you can add it to your sbt build definition (the most
24
+
recent version can be found here: http://logback.qos.ch/download.html):
0 commit comments