|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILogger | |
org.eclipse.birt.chart.internal.log | |
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.internal.log |
Classes in org.eclipse.birt.chart.internal.log that implement ILogger | |
class |
DefaultLoggerImpl
A default implementation for the chart logging framework |
class |
JavaUtilLoggerImpl
An ILogger implementation using java.util.logging.Logger |
Methods in org.eclipse.birt.chart.internal.log that return ILogger | |
static ILogger |
DefaultLoggerImpl.instance()
Returns a singleton instance of the logger. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |