net.sf.jomic.common
Class JomicConfigurator

java.lang.Object
  extended by net.sf.jomic.common.JomicConfigurator

public final class JomicConfigurator
extends java.lang.Object

Configurator for logging. This is the simplified version of log4j's BasicConfigurator that works with log4j-core.

Author:
Thomas Aglassinger

Method Summary
static void configure()
           
static void setLevel(java.util.Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setLevel

public static void setLevel(java.util.Properties properties)

configure

public static void configure()