SCS

scs.instrumentation.app
Class LogCollector

java.lang.Object
  extended by 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)


Nested Class Summary
 class LogCollector.LogReceiver
           
 
Field Summary
protected  javax.swing.JCheckBox scrllCheck
           
protected  javax.swing.JTextArea textArea
           
protected  javax.swing.JTextField textField
           
 
Constructor Summary
LogCollector()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 void addMessage(java.lang.String msg)
           
 java.awt.Component createComponents()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textField

protected javax.swing.JTextField textField

textArea

protected javax.swing.JTextArea textArea

scrllCheck

protected javax.swing.JCheckBox scrllCheck
Constructor Detail

LogCollector

public LogCollector()
Method Detail

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)

SCS