com.eviware.soapui.support.log
Interface Log4JMonitor
- All Known Implementing Classes:
- InspectorLog4JMonitor, TabbedLog4JMonitor
public interface Log4JMonitor
JTabbedPane that displays Log4J output in different tabs
- Author:
- Ole.Matzura
addLogArea
JLogList addLogArea(java.lang.String title,
java.lang.String loggerName,
boolean isDefault)
logEvent
void logEvent(java.lang.Object msg)
getLogArea
JLogList getLogArea(java.lang.String title)
hasLogArea
boolean hasLogArea(java.lang.String loggerName)
getComponent
javax.swing.JComponent getComponent()
getCurrentLog
JLogList getCurrentLog()
setCurrentLog
void setCurrentLog(JLogList lastLog)
Copyright © 2005-2007 eviware.com. All Rights Reserved.