Hi Iam working on log4j-1.3alpha-8
Iam facing some problem with timestamp column, it doesn't showing the current time. It is showing some long digit. Like.1154600095186 I saw one line in LoggingEvent.java class . /** * The number of milliseconds elapsed from 1/1/1970 until logging event was * created. */ Public long timestamp; How can I change it.? Is there any way to showing current time.. Thanks & Rgds, Yaramaka SuneelReddy.
