I am using JUL for logging, I have a properties file. I want to log datetime in milliseconds in my log file.
This is my property:
java.util.logging.SimpleFormatter.format=%1$tb %1$td, %1$tY %1$tl:%1$tM:%1$tS %1$Tp %2$s%n%4$s: %5$s%n
Above logs something like this:
Dec 05, 2016 5:08:06 PM ...
How can I also show millisecond?