org.glite.rgma.log4j
Class Receiver

java.lang.Object
  extended by org.glite.rgma.log4j.Receiver

public class Receiver
extends java.lang.Object

A trivial consumer application that reads-in logging events and then displays them to stdout. The complexity lies in the formatting of the logging events. The notoation conforms to a cut down version of the ConversionPattern defined in a regualar log4j.properties file.


Constructor Summary
Receiver(java.lang.String[] args)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Receiver

public Receiver(java.lang.String[] args)
         throws ConfigException
Throws:
ConfigException
Method Detail

main

public static void main(java.lang.String[] args)