scriptella.interactive
Class LoggingConfigurer

java.lang.Object
  extended by scriptella.interactive.LoggingConfigurer

public class LoggingConfigurer
extends java.lang.Object

Scriptella runtime configurer for java.util.Logging.

Version:
1.0
Author:
Fyodor Kupolov

Method Summary
static void configure(java.util.logging.Handler handler)
          Configures logging messages to use specified handler
static void remove(java.util.logging.Handler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configure

public static void configure(java.util.logging.Handler handler)
Configures logging messages to use specified handler

Parameters:
handler - to use.

remove

public static void remove(java.util.logging.Handler handler)


Copyright © Copyright 2006-2009 The Scriptella Project Team.