currently I use like below in microlog.properties file.
microlog.formatter.PatternFormatter.pattern=[%d]:[%P] %c - %m %T
and getting the result is Microlog 38623:[INFO]-this is my class.
I want to get 1) the datetime as 29-10-2012 : 21:55:40
and 2) append the line of the class
to the log file.
How can I set to the properties file to set both ?