net.sf.ircappender.app
Class TestApplication

java.lang.Object
  extended by net.sf.ircappender.app.TestApplication

public class TestApplication
extends java.lang.Object

a simple test application

Author:
hendrik

Constructor Summary
TestApplication()
           
 
Method Summary
static void init()
          initializes log4j with a custom properties file.
static void main(java.lang.String[] args)
          Starts this simple test application
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestApplication

public TestApplication()
Method Detail

init

public static void init()
                 throws java.io.IOException
initializes log4j with a custom properties file.

Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        java.lang.InterruptedException
Starts this simple test application

Parameters:
args - ignored
Throws:
java.io.IOException - in case of an input/output error
java.lang.InterruptedException - in case the thread is interrupted