scs.instrumentation.app
Class LogCollector
java.lang.Object
scs.instrumentation.app.LogCollector
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class LogCollector
- extends java.lang.Object
- implements java.awt.event.ActionListener
Aplicacao GUI que recebe os logs do LogInterceptor via porta UDP 514 (syslog)
Field Summary |
protected javax.swing.JCheckBox |
scrllCheck
|
protected javax.swing.JTextArea |
textArea
|
protected javax.swing.JTextField |
textField
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
textField
protected javax.swing.JTextField textField
textArea
protected javax.swing.JTextArea textArea
scrllCheck
protected javax.swing.JCheckBox scrllCheck
LogCollector
public LogCollector()
createComponents
public java.awt.Component createComponents()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
addMessage
public void addMessage(java.lang.String msg)
main
public static void main(java.lang.String[] args)