org.topbraid.core.log
Class Log

java.lang.Object
  extended by org.topbraid.core.log.Log

public class Log
extends java.lang.Object


Constructor Summary
Log()
           
 
Method Summary
static void logError(java.lang.String pluginId, java.lang.String message, java.lang.Throwable t)
           
static void logWarning(java.lang.String pluginId, java.lang.String message, java.lang.Throwable t)
           
static void setHandler(ILogHandler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log

public Log()
Method Detail

logError

public static void logError(java.lang.String pluginId,
                            java.lang.String message,
                            java.lang.Throwable t)

logWarning

public static void logWarning(java.lang.String pluginId,
                              java.lang.String message,
                              java.lang.Throwable t)

setHandler

public static void setHandler(ILogHandler handler)