Skip to content

Tag: logging

Subclassing java.util.logging.Formatter doesn’t work

I am using java.util.logging for logging (I don’t want to use log4j or anything else). This is my complete private logging.properties: This is the code in my program: Since this gives each log message on 2 lines, I tried this How do I get java logging output to appear on a single line? Copied the LogFor…