I guess I can chnage pattern by adding the line java.util.logging.ConsoleHandler.pattern, however where to check the pattern information like %u %h etc?
|
feedback
|
|
AFAIK there is no such property. There is a The way you configure the output format in the util logging API is by setting the If you need a different output format, you'll have to either implement your own | |||
|
feedback
|