LogFile Class

Used to parse parse files generated by the Logger

Constructors

LogFile( javaxt.io.File log )

Public Methods

getID( ) returns Integer
toString( ) returns String
Returns the contents of the log file as a string.
getEntries( ) returns javaxt.utils.Generator<Entry>
cleanLogFile( String ipAddress ) returns void
Used to update the log file by removing any records for a given IP address.

Public Classes