Package com.sun.identity.log

Class Summary
Logger Sun ONE Identity Server extension to the jdk1.4 Logger This extension gives some functionality required by Sun ONE Identity Server secure logger.
LogQuery LogQuery defines the query format that reader api supports.
LogReader LogReader class provides mechanism to read a log file to the caller It does the authorization check, reads line from the file, applies query if any, collects most recent records, sorts the records and returns the result in a two dimensional String.
LogRecord Extension to the JDK1.4 LogRecord to include the logInfo HashMap and methods to store and retrieve data from this logInfo Map.
QueryElement QueryElement class defines each individual query format.