org.pentaho.platform.plugin.services.pluginmgr
Class PluginMessageLogger

java.lang.Object
  extended by org.pentaho.platform.plugin.services.pluginmgr.PluginMessageLogger

public class PluginMessageLogger
extends Object


Constructor Summary
PluginMessageLogger()
           
 
Method Summary
static void add(String message)
           
static void clear()
           
static int count(String messagePrefix)
           
static List<String> getAll()
           
static String prettyPrint()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginMessageLogger

public PluginMessageLogger()
Method Detail

clear

public static void clear()

add

public static void add(String message)

getAll

public static List<String> getAll()

count

public static int count(String messagePrefix)

prettyPrint

public static String prettyPrint()