log4j : current time in milliseconds

Viewed 33523

In log4j.properties I can set PatternLayout e.g. ("[%p] %c - %m - %d %n")

Is there any symbol (%something) which returns current time in milliseconds?

4 Answers
Related