Uses of Interface
org.eclipse.birt.chart.log.ILogger

Packages that use ILogger
org.eclipse.birt.chart.log Provides convenience classes for logging user messages, warnings, errors and internally generated exceptions. 
org.eclipse.birt.chart.script   
 

Uses of ILogger in org.eclipse.birt.chart.log
 

Methods in org.eclipse.birt.chart.log that return ILogger
static ILogger Logger.getLogger(java.lang.String name)
          Returns the logger by the given name.
 

Uses of ILogger in org.eclipse.birt.chart.script
 

Methods in org.eclipse.birt.chart.script that return ILogger
 ILogger ChartScriptContext.getLogger()
           
 ILogger IChartScriptContext.getLogger()
           
 

Methods in org.eclipse.birt.chart.script with parameters of type ILogger
 void ChartScriptContext.setLogger(ILogger logger)
          Sets associated logger.
 



Copyright © 2005-2008 Actuate Corp. All rights reserved.