We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea782c commit 9359cb9Copy full SHA for 9359cb9
README.md
@@ -78,7 +78,7 @@ these traits are mixed:
78
79
```scala
80
class LazyLoggingExample extends LazyLogging {
81
- logger.debug("This is very convenient ;-)")
+ logger.debug("This is Lazy Logging ;-)")
82
83
logger.whenDebugEnabled {
84
println("This would only execute when the debug level is enabled.")
0 commit comments