Uses of Class
org.eclipse.tigerstripe.plugins.PluginLog.LogLevel

Packages that use PluginLog.LogLevel
org.eclipse.tigerstripe.plugins   
org.eclipse.tigerstripe.project   
 

Uses of PluginLog.LogLevel in org.eclipse.tigerstripe.plugins
 

Methods in org.eclipse.tigerstripe.plugins that return PluginLog.LogLevel
static PluginLog.LogLevel PluginLog.LogLevel.fromInt(int i)
           
static PluginLog.LogLevel PluginLog.LogLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PluginLog.LogLevel[] PluginLog.LogLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.tigerstripe.plugins with parameters of type PluginLog.LogLevel
static void PluginLog.log(PluginLog.LogLevel level, java.lang.String message)
           
static void PluginLog.log(PluginLog.LogLevel level, java.lang.String message, java.lang.Throwable e)
           
 

Uses of PluginLog.LogLevel in org.eclipse.tigerstripe.project
 

Methods in org.eclipse.tigerstripe.project that return PluginLog.LogLevel
 PluginLog.LogLevel IPluginReference.getCurrentLogLevel()
           
 

Methods in org.eclipse.tigerstripe.project with parameters of type PluginLog.LogLevel
 void IPluginReference.setLogLevel(PluginLog.LogLevel logLevel)