Class Summary |
DifferenceQueryLogger |
Takes the output of a simple one-cell query (column name "data") from the DB and logs
the DIFFERENCE between the last time the query was run and the current run. |
DifferenceQueryRateLogger |
Takes a difference query, and logs its value as a rate per time period. |
QueryLogger |
Takes the output of a simple one-cell query (column name "data")
from the production DB and logs it. |
ReportRatioLogger |
Takes in two report ID's and logs the ratio of their most recently logged values
into its own report ID. |
TesterLogger |
Wraps an instance of ITester, and logs its output. |
UrlRegexDataRetriever |
|