Package phonebill.log

Interface Summary
LogFilter This interface defines methods needed to filter log entries based on action IDs.
 

Class Summary
LogLine This class is used to store log entries containing a date for this entry, an action and the entry text.
LogLineOrderer This class is used to compare log entry dates and in case of date equality, actions.
LogReader This class is used to read log files and select only those lines that are accepted by a given LogFilter.
TokenLogFilter This class is used to filter log entries based on tokens with corresponding action IDs.