- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 1.2k
fix issue 1672 (inefficient logging in Node.java) #1673
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Looks good to me! Unless there's substantial review, I will integrated this in about 24 hours. | 
| I kind of wish we'd just changed the "this.toString()" into just "this" instead. That's a garbage anti-idiom that would have prevented the whole issue if done properly in the first place. | 
| I like pspeed's solution better than adding guard code. @vxel would you be willing to implement that solution instead? | 
| Agree with that too. PR updated. PS: sorry for the force-push I merged wrong commits... | 
| Force pushes are okay in this case because "fix/1672" is your own private branch. But unnecessary because I'm going to squash the history when I integrate this PR. | 
| Thanks for your contribution, @vxel ! | 
* jMonkeyEngine#1672 Logging statements should be guarded * jMonkeyEngine#1672 Fix performance penalty of logger without guard Co-authored-by: Cédric de Launois <>
This fixes issue #1672