net.sf.ircappender.app
Class JulApplication

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

public class JulApplication
extends java.lang.Object

a simple test application

Author:
hendrik

Constructor Summary
JulApplication()
           
 
Method Summary
static void init()
          initializes jul
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

JulApplication

public JulApplication()
Method Detail

init

public static void init()
                 throws java.io.IOException
initializes jul

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