Java 类org.apache.log4j.lf5.viewer.LogTable 实例源码

项目:cacheonix-core    文件:ConfigurationManager.java   
public ConfigurationManager(LogBrokerMonitor monitor, LogTable table) {
  super();
  _monitor = monitor;
  _table = table;
  load();
}
项目:daq-eclipse    文件:ConfigurationManager.java   
public ConfigurationManager(LogBrokerMonitor monitor, LogTable table) {
  super();
  _monitor = monitor;
  _table = table;
  load();
}
项目:nabs    文件:ConfigurationManager.java   
public ConfigurationManager(LogBrokerMonitor monitor, LogTable table) {
  super();
  _monitor = monitor;
  _table = table;
  load();
}