001 package hirondelle.web4jtools.logview.simpleview; 002 003 /** 004 * Enumeration for which section of a log file to display - first or last. 005 */ 006 enum Section { First, Last }