org.csstudio.logging
Class PluginLogListener

java.lang.Object
  extended by org.csstudio.logging.PluginLogListener

public class PluginLogListener
extends java.lang.Object

Listener to the Eclipse Log that forwards messages to java.util.logging

Author:
Kay Kasemir

Constructor Summary
PluginLogListener()
           
 
Method Summary
 void logging(IStatus status, java.lang.String plugin)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginLogListener

public PluginLogListener()
Method Detail

logging

public void logging(IStatus status,
                    java.lang.String plugin)