Uses of Class
org.apache.geronimo.system.logging.SystemLog.SearchResults

Packages that use SystemLog.SearchResults
org.apache.geronimo.system.logging   
org.apache.geronimo.system.logging.log4j   
 

Uses of SystemLog.SearchResults in org.apache.geronimo.system.logging
 

Methods in org.apache.geronimo.system.logging that return SystemLog.SearchResults
 SystemLog.SearchResults SystemLog.getMatchingItems(String logFile, Integer firstLine, Integer lastLine, String minLevel, String regex, int maxResults, boolean includeStackTraces)
          Searches the log for records matching the specified parameters.
 

Uses of SystemLog.SearchResults in org.apache.geronimo.system.logging.log4j
 

Methods in org.apache.geronimo.system.logging.log4j that return SystemLog.SearchResults
 SystemLog.SearchResults Log4jService.getMatchingItems(String logFile, Integer firstLine, Integer lastLine, String minLevel, String text, int maxResults, boolean includeStackTraces)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.