hudson.plugins.analysis.util
Class StringPluginLogger

java.lang.Object
  extended by hudson.plugins.analysis.util.PluginLogger
      extended by hudson.plugins.analysis.util.StringPluginLogger

public class StringPluginLogger
extends PluginLogger

A logger that prints to a string buffer. The logged message are available using the toString() method.

Author:
Ulli Hafner

Constructor Summary
StringPluginLogger(String pluginName)
          Creates a new instance of StringPluginLogger.
 
Method Summary
 String toString()
           
 
Methods inherited from class hudson.plugins.analysis.util.PluginLogger
log, log, logLines, printStackTrace, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringPluginLogger

public StringPluginLogger(String pluginName)
Creates a new instance of StringPluginLogger.

Parameters:
pluginName - the name of the plug-in
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 Hudson. All Rights Reserved.