I have a conversion pattern in my log4j configuration. I know how to print it in %d{ISO8601}... but if I want it in seconds since epoch (1/1/1970), what's the format?
Asked
Active
Viewed 890 times
1 Answers
1
According to the accepted answer to the question, log4j: current time in milliseconds, log4j does not natively provide the capability to do this.