Package org.hardtokenmgmt.ws.server.statistics

Interface Summary
IStatisticsReporter Interface in charge of reporting statistics to some location, either file, syslog or database for later report generation
 

Class Summary
Log4jStatisticsPatternLayout Class overriding the PatternLayout by including a header to each file, in order to generate CSV files
Log4jStatisticsReporter Statistics Reporter that uses the log4j library to report the events.
NoStatistics Class used when no statistics should be collected.
StatisticsDailyRollingAppender Special Daily Rolling Appender that only inserts the header for new files, that doesn't already exists.
StatisticsHelper Class containing help methods for generating statistics.
StatisticsManager Class responsible of managing statistics reporters.