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

Packages that use PluginLog.LogLevel
org.eclipse.tigerstripe.workbench.plugins This package contains the interfaces to be implemented in relation with implementing TS templates, and more generally all interfaces as seen by the user when implementing a Tigerstripe plugin. 
org.eclipse.tigerstripe.workbench.project This package contains interfaces tigerstripe projects and other objects associated with navigating and generating projects. 
 

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

Methods in org.eclipse.tigerstripe.workbench.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're declared.
 

Methods in org.eclipse.tigerstripe.workbench.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.workbench.project
 

Methods in org.eclipse.tigerstripe.workbench.project that return PluginLog.LogLevel
 PluginLog.LogLevel IPluginConfig.getCurrentLogLevel()
           
 PluginLog.LogLevel ITigerstripeGeneratorProject.getDefaultLogLevel()
           
 

Methods in org.eclipse.tigerstripe.workbench.project with parameters of type PluginLog.LogLevel
 void ITigerstripeGeneratorProject.setDefaultLogLevel(PluginLog.LogLevel defaultLevel)
           
 void IPluginConfig.setLogLevel(PluginLog.LogLevel logLevel)