Package de.intarsys.tools.logging
Class LogConfigurator
- java.lang.Object
-
- 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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ILogConfigurator
get()
static void
set(ILogConfigurator configurator)
-
-
-
Method Detail
-
get
public static ILogConfigurator get()
-
set
public static void set(ILogConfigurator configurator)
-
-