Package org.eclipse.birt.chart.log
Class Logger
- java.lang.Object
-
- org.eclipse.birt.chart.log.Logger
-
public final class Logger extends java.lang.Object
A centralized class to start use and manager loggers.- See Also:
ILogger
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ILogger
getLogger(java.lang.String name)
Returns the logger by the given name.
-
-
-
Method Detail
-
getLogger
public static ILogger getLogger(java.lang.String name)
Returns the logger by the given name.- Parameters:
name
-- Returns:
-
-