Menu

#3 Comm :: Using Java logger instead sysout

1.0
open
nobody
evolution (1)
2016-11-26
2016-11-26
No

The logging information in the Comm component should be provided using Java logger instead sysout.

Correction
Logger.getLogger(this.getClass().getName()).log(Level.INFO, <LOG_MESSAGE>);

Discussion


Log in to post a comment.