de.intarsys.tools.logging
Class LogConfigurator

java.lang.Object
  extended by de.intarsys.tools.logging.LogConfigurator

public class LogConfigurator
extends java.lang.Object

Singleton holding a ILogConfigurator instance. The ILogConfigurator instance is used to configure all Logger instances created by the LogTools class.


Method Summary
static ILogConfigurator get()
           
static void set(ILogConfigurator configurator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static ILogConfigurator get()

set

public static void set(ILogConfigurator configurator)