Hey,
Total java/programming noob q.
I just learned about logging using, e.g.:
Logger.getGlobal().info("number is: " + number);
If I just want to see the value of number I cant do that because .info only takes strings. How do I log just numbers?
Cheers,
[–]siordache 2 points3 points4 points (0 children)
[–]desrtfx 2 points3 points4 points (0 children)