Uses of Class
net.sourceforge.pebble.logging.LogEntry

Packages that use LogEntry
net.sourceforge.pebble.logging   
 

Uses of LogEntry in net.sourceforge.pebble.logging
 

Methods in net.sourceforge.pebble.logging that return LogEntry
 LogEntry CombinedFormatLogEntryFormat.parse(java.lang.String s)
          Parses a string in the combined log file format into a log entry.
 

Methods in net.sourceforge.pebble.logging that return types with arguments of type LogEntry
 java.util.List<LogEntry> CountedUrl.getLogEntries()
          Gets the list of log entries associated with this URL
 java.util.Collection<LogEntry> Log.getLogEntries()
          Gets all log entries..
 

Methods in net.sourceforge.pebble.logging with parameters of type LogEntry
 void CountedUrl.addLogEntry(LogEntry logEntry)
          Adds a LogEntry.
 java.lang.String CombinedFormatLogEntryFormat.format(LogEntry entry)
          Formats a given entry into the combined log file format.
 



Copyright © 2003-2006, Simon Brown. All Rights Reserved.