Uses of Class
org.apache.qpid.util.LogMonitor

Packages that use LogMonitor
org.apache.qpid.server.logging   
org.apache.qpid.util   
 

Uses of LogMonitor in org.apache.qpid.server.logging
 

Fields in org.apache.qpid.server.logging declared as LogMonitor
protected  LogMonitor AbstractTestLogging._monitor
           
 

Methods in org.apache.qpid.server.logging with parameters of type LogMonitor
protected  void AbstractTestLogging.dumpLogs(List<String> results, LogMonitor monitor)
          Dump the log results or if there are none, the contents of the monitored log file if the monitor is non-null.
 

Uses of LogMonitor in org.apache.qpid.util
 

Methods in org.apache.qpid.util with parameters of type LogMonitor
protected  void LogMonitorTest.validateLogContainsMessage(LogMonitor log, String message)
          Validate that the LogMonitor can match the given string in the log
protected  void LogMonitorTest.validateLogDoesNotContainsMessage(LogMonitor log, String message)
          Validate that the LogMonitor does not match the given string in the log
 



Licensed to the Apache Software Foundation