audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
125 stars 77 forks source link

Add missing getDateFormat() method to SimpleLayout. Update call to deprecated generateFileOutput() in ZeroCopyfileWriter.write() #48

Closed sdcavanaugh closed 8 years ago

sdcavanaugh commented 8 years ago

getDateFormat() was missing from SimpleLayout, causing the example shown in 7.1 Simple Layout to fail. Updated deprecated call to generateOutputFilePath() in ZeroCopyFileWriter, too.

janithb commented 8 years ago

@sdcavanaugh Thanks for the PR. merging.