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

Packages that use Log
net.sourceforge.pebble.logging   
net.sourceforge.pebble.web.action   
 

Uses of Log in net.sourceforge.pebble.logging
 

Methods in net.sourceforge.pebble.logging that return Log
 Log AbstractLogger.getLog()
          Gets the log for today.
 Log AbstractLogger.getLog(int year, int month)
          Gets the log for a given year and month.
 Log NullLogger.getLog(int year, int month, int day)
          Gets the log for a given year, month and day.
 Log CombinedLogFormatLogger.getLog(int year, int month, int day)
          Gets the log for a given year, month and day.
abstract  Log AbstractLogger.getLog(int year, int month, int day)
          Gets the log for a given year, month and day.
 

Uses of Log in net.sourceforge.pebble.web.action
 

Methods in net.sourceforge.pebble.web.action that return Log
protected  Log ViewRequestsByHourAction.getLog(HttpServletRequest request, HttpServletResponse response)
           
protected  Log AbstractLogAction.getLog(HttpServletRequest request, HttpServletResponse response)
           
 



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