現在、microlog.properties ファイルで以下のように使用しています。
microlog.formatter.PatternFormatter.pattern=[%d]:[%P] %c - %m %T
そして結果を得ることはMicrolog 38623:[INFO]-this is my class.
29-10-2012 : 21:55:40
1)日時を取得し、2)append the line of the class
ログファイルに取得したい。
プロパティファイルに設定して両方を設定するにはどうすればよいですか?