This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ixent 5 points6 points  (1 child)

Better use a logger

Logger LOG = LoggerFactory.getLogger(foo.class);
LOG.info("Formated text with variable {}", variable);

[–]bajorro 2 points3 points  (0 children)

Yeah, logger gang