net.sourceforge.pebble.logging
Class Log

java.lang.Object
  extended by net.sourceforge.pebble.logging.Log

public class Log
extends java.lang.Object

Represents a log, containing log entries.

Author:
Simon Brown

Field Summary
protected  Blog blog
          the blog that this instance is associated with
 
Method Summary
 java.util.Collection<LogEntry> getLogEntries()
          Gets all log entries..
 java.util.Collection getReferers()
          Gets a list of referers.
 java.util.Collection getRequests()
          Gets a list of referers.
 int getTotalLogEntries()
          Gets the total number of entries.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

blog

protected Blog blog
the blog that this instance is associated with

Method Detail

getLogEntries

public java.util.Collection<LogEntry> getLogEntries()
Gets all log entries..

Returns:
a collection of LogEntry instances

getReferers

public java.util.Collection getReferers()
Gets a list of referers.

Returns:
a Collection of Referer instances

getRequests

public java.util.Collection getRequests()
Gets a list of referers.

Returns:
a Collection of Request instances

getTotalLogEntries

public int getTotalLogEntries()
Gets the total number of entries.

Returns:
the total number as an int


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