Logger
Identifier:
org.eclipse.e4.xwt.pde.logger
Since:
[Enter the first release in which this extension point appears.]
Description:
The logger class will be used by XWT framework.
Configuration Markup:
<!ELEMENT extension (logger)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT logger EMPTY>
<!ATTLIST logger
class CDATA #REQUIRED>
Tracker logger will be set in XWT class and will be used by XWT Framework
- class - The logger class must implements the interface org.eclipse.e4.xwt.ILogger
Examples:
Here is an example to declare the logger:
<extension
point="org.eclipse.e4.xwt.pde.logger">
<logger
class="org.eclipse.e4.xwt.demo.Logger">
</logger>
</extension>
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]