edu.stanford.nlp.util.logging
Class JavaUtilLoggingAdaptor

java.lang.Object
  extended by edu.stanford.nlp.util.logging.JavaUtilLoggingAdaptor

public class JavaUtilLoggingAdaptor
extends java.lang.Object

Reroutes java.util.logging messages to the Redwood logging system.

Author:
David McClosky

Nested Class Summary
static class JavaUtilLoggingAdaptor.RedwoodHandler
          This is the bridge class which actually adapts java.util.logging calls to Redwood calls.
 
Method Summary
static void adapt()
           
static void main(java.lang.String[] args)
          Simple test case.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

adapt

public static void adapt()

main

public static void main(java.lang.String[] args)
Simple test case.



Stanford NLP Group