See: Description
Class | Description |
---|---|
LogManager |
The LogManager provides the interface through which the IDE manipulates
LogPage s. |
LogPage |
The
LogPage interface defines the methods to log and
clear messages from a page. |
In general, extension writers implement the LogPage
interface
when introducing a new log page type.
IDE service providers must provide a concrete implementation of the
LogManager
interface. The Extension Development Kit
(EDK) provides an abstract implementation that IDE services providers should
extend: javax.ide.log.spi.AbstractLogManager
.