Package org.eclipse.birt.chart.log

Provides convenience classes for logging user messages, warnings, errors and internally generated exceptions. Logging may be performed at various stages such as chart definition, script execution, data binding, error handling, warnings, generation and chart rendering. This package provides a middle layer into the actual logging implementation that uses the Java 2 Logging framework.

  • Interface Summary 
    Interface Description
    ILogger
    Provides an abstraction layer into the logging framework capable of writing categorized messages into a target repository (or console).
  • Class Summary 
    Class Description
    Logger
    A centralized class to start use and manager loggers.