org.huihoo.jfox.ejb.server.logging
Class Log4jService

java.lang.Object
  |
  +--org.huihoo.jfox.ejb.server.logging.Log4jService

public class Log4jService
extends java.lang.Object


Field Summary
static boolean CATCH_SYSTEM_ERR
           
static boolean CATCH_SYSTEM_OUT
           
 
Constructor Summary
Log4jService()
           
 
Method Summary
 void create()
           
 void start()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CATCH_SYSTEM_OUT

public static final boolean CATCH_SYSTEM_OUT

CATCH_SYSTEM_ERR

public static final boolean CATCH_SYSTEM_ERR
Constructor Detail

Log4jService

public Log4jService()
Method Detail

create

public void create()
            throws java.lang.Exception
java.lang.Exception

start

public void start()
           throws java.lang.Exception
java.lang.Exception