org.mortbay.jetty.plugin.util
Class PluginLog

java.lang.Object
  extended byorg.mortbay.jetty.plugin.util.PluginLog

public class PluginLog
extends Object

PluginLog Convenience class to provide access to the plugin Log for non-mojo classes.


Constructor Summary
PluginLog()
           
 
Method Summary
static Log getLog()
           
static void setLog(Log l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginLog

public PluginLog()
Method Detail

setLog

public static void setLog(Log l)

getLog

public static Log getLog()


Copyright © {inceptionYear}-2007 Mort Bay Consulting. All Rights Reserved.