Created
February 16, 2017 19:20
-
-
Save HennIdan/f4839b6681e6d2edb760165d9fea2dd8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (logger.isDebugEnabled()) { | |
logger.debug("This " + this + " and " + that + "with " + compute()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment