Java Logging API Tutorial – Examples of Logger Levels, Handlers, Formatters and Filters | JournalDev
Does anybody know how I can make the java.util logger display the date in the european format: “24-06-2014 23:21:08″ and not the american? “Jun 24, 2014 10:21:08 PM” I would like to specify that somehow in the logging .properties file. In all examples on ...